Skip to content

Conversation

@Alejka
Copy link

@Alejka Alejka commented Dec 18, 2018

Add condition !Number.isInteger(last) because from some libraries (datetimepicker) comes next:
var args = ["mousedown", false];
and
var last = false;
But isNaN(false) is false.

Add condition "!Number.isInteger(last)", because from some libraries (datetimepicker) comes next: 
var args = ["mousedown", false];
and
var last = false;
But isNaN(false) is false.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant