mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
we don't need these move events, they always get in the way of me profiling cause they flood the uis with event
This commit is contained in:
@@ -14509,7 +14509,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
||||
setup: function(addedEvents, rootElement) {
|
||||
var event, events = {
|
||||
touchstart : 'touchStart',
|
||||
touchmove : 'touchMove',
|
||||
// touchmove : 'touchMove',
|
||||
touchend : 'touchEnd',
|
||||
touchcancel : 'touchCancel',
|
||||
keydown : 'keyDown',
|
||||
@@ -14520,7 +14520,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
||||
contextmenu : 'contextMenu',
|
||||
click : 'click',
|
||||
dblclick : 'doubleClick',
|
||||
mousemove : 'mouseMove',
|
||||
// mousemove : 'mouseMove',
|
||||
focusin : 'focusIn',
|
||||
focusout : 'focusOut',
|
||||
mouseenter : 'mouseEnter',
|
||||
|
||||
Reference in New Issue
Block a user