Skip to content

Commit

Permalink
#84 performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Dec 2, 2019
1 parent 15dd512 commit c83e109
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/extended-css.js
Expand Up @@ -3639,7 +3639,7 @@ function ExtendedCss(configuration) {
var EventTracker = function () {

var ignoredEventTypes = ['mouseover', 'mouseleave', 'mouseenter', 'mouseout'];
var LAST_EVENT_TIMEOUT_MS = 10;
var LAST_EVENT_TIMEOUT_MS = 150;

var TRACKED_EVENTS = [
// keyboard events
Expand Down

0 comments on commit c83e109

Please sign in to comment.