Skip to content

Commit

Permalink
4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jajugoguma committed Jul 8, 2021
1 parent c5ba0a3 commit 5ae86f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/tui-date-picker.css
@@ -1,6 +1,6 @@
/*!
* TOAST UI Date Picker
* @version 4.2.1
* @version 4.2.2
* @author NHN. FE Development Lab <dl_javascript@nhn.com>
* @license MIT
*/
Expand Down
3 changes: 2 additions & 1 deletion dist/tui-date-picker.js
@@ -1,6 +1,6 @@
/*!
* TOAST UI Date Picker
* @version 4.2.1
* @version 4.2.2
* @author NHN. FE Development Lab <dl_javascript@nhn.com>
* @license MIT
*/
Expand Down Expand Up @@ -2965,6 +2965,7 @@ var DatePicker = defineClass(
*/
_onClickHandler: function(ev) {
var target = util.getTarget(ev);
ev.preventDefault();

if (closest(target, '.' + CLASS_NAME_SELECTABLE)) {
this._updateDate(target);
Expand Down
2 changes: 1 addition & 1 deletion dist/tui-date-picker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/tui-date-picker.min.js

Large diffs are not rendered by default.

0 comments on commit 5ae86f4

Please sign in to comment.