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:
@@ -14676,7 +14676,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
|||||||
setup: function(addedEvents, rootElement) {
|
setup: function(addedEvents, rootElement) {
|
||||||
var event, events = {
|
var event, events = {
|
||||||
touchstart : 'touchStart',
|
touchstart : 'touchStart',
|
||||||
touchmove : 'touchMove',
|
// touchmove : 'touchMove',
|
||||||
touchend : 'touchEnd',
|
touchend : 'touchEnd',
|
||||||
touchcancel : 'touchCancel',
|
touchcancel : 'touchCancel',
|
||||||
keydown : 'keyDown',
|
keydown : 'keyDown',
|
||||||
@@ -14687,7 +14687,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
|||||||
contextmenu : 'contextMenu',
|
contextmenu : 'contextMenu',
|
||||||
click : 'click',
|
click : 'click',
|
||||||
dblclick : 'doubleClick',
|
dblclick : 'doubleClick',
|
||||||
mousemove : 'mouseMove',
|
// mousemove : 'mouseMove',
|
||||||
focusin : 'focusIn',
|
focusin : 'focusIn',
|
||||||
focusout : 'focusOut',
|
focusout : 'focusOut',
|
||||||
mouseenter : 'mouseEnter',
|
mouseenter : 'mouseEnter',
|
||||||
|
|||||||
@@ -14509,7 +14509,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
|||||||
setup: function(addedEvents, rootElement) {
|
setup: function(addedEvents, rootElement) {
|
||||||
var event, events = {
|
var event, events = {
|
||||||
touchstart : 'touchStart',
|
touchstart : 'touchStart',
|
||||||
touchmove : 'touchMove',
|
// touchmove : 'touchMove',
|
||||||
touchend : 'touchEnd',
|
touchend : 'touchEnd',
|
||||||
touchcancel : 'touchCancel',
|
touchcancel : 'touchCancel',
|
||||||
keydown : 'keyDown',
|
keydown : 'keyDown',
|
||||||
@@ -14520,7 +14520,7 @@ Ember.EventDispatcher = Ember.Object.extend(/** @scope Ember.EventDispatcher.pro
|
|||||||
contextmenu : 'contextMenu',
|
contextmenu : 'contextMenu',
|
||||||
click : 'click',
|
click : 'click',
|
||||||
dblclick : 'doubleClick',
|
dblclick : 'doubleClick',
|
||||||
mousemove : 'mouseMove',
|
// mousemove : 'mouseMove',
|
||||||
focusin : 'focusIn',
|
focusin : 'focusIn',
|
||||||
focusout : 'focusOut',
|
focusout : 'focusOut',
|
||||||
mouseenter : 'mouseEnter',
|
mouseenter : 'mouseEnter',
|
||||||
|
|||||||
Reference in New Issue
Block a user