Skip to content

Commit

Permalink
Updated fix for issue tempusdominus#287 based on solution from issue t…
Browse files Browse the repository at this point in the history
  • Loading branch information
ouija committed Oct 24, 2019
1 parent 579c0e9 commit d318c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ This fork contains bugfixes and patches that haven't yet been merged into the [o
Changelog:
* Merged in [fix](https://github.com/ouija/tempusdominus-bootstrap-4/commit/58ddddaa1c7d7534af21f4fbc42180d48179d568) for [Issue #34](https://github.com/tempusdominus/bootstrap-4/issues/34) *(TypeError: Cannot read property 'isSame' of undefined error)*

* Merged in [fix](https://github.com/ouija/tempusdominus-bootstrap-4/commit/3ad0dd7d4da749a5b1933bb9e4043a91a1514bc6) for [Issue #287](https://github.com/tempusdominus/bootstrap-4/issues/287) *(Keybind events not working after date selection)*
* Merged in [fix](https://github.com/ouija/tempusdominus-bootstrap-4/commit/3ad0dd7d4da749a5b1933bb9e4043a91a1514bc6) for [Issue #287](https://github.com/tempusdominus/bootstrap-4/issues/287) / [#159](https://github.com/tempusdominus/bootstrap-4/issues/159) *(Keybind events not working after date selection)*

# Version 5
This is the Bootstrap 4 component of the new Version 5. This is a "scorched earth" version and there are **a lot** of breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion build/js/tempusdominus-bootstrap-4.js
Expand Up @@ -666,7 +666,6 @@ var DateTimePicker = function ($, moment) {
allModifiersPressed = void 0;
var pressedKeys = [],
pressedModifiers = {},
keyState = {},
currentKey = e.which,
pressed = 'p';

Expand Down Expand Up @@ -704,6 +703,7 @@ var DateTimePicker = function ($, moment) {
if (handler.call(this)) {
e.stopPropagation();
e.preventDefault();
this._keyup(e);
}
}
};
Expand Down

0 comments on commit d318c59

Please sign in to comment.