mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 00:11:49 +02:00
@@ -110,7 +110,7 @@
|
|||||||
this.pointer_events = {
|
this.pointer_events = {
|
||||||
start: this.nsEvent('touchstart') + ' ' + this.nsEvent('mousedown'),
|
start: this.nsEvent('touchstart') + ' ' + this.nsEvent('mousedown'),
|
||||||
move: this.nsEvent('touchmove') + ' ' + this.nsEvent('mousemove'),
|
move: this.nsEvent('touchmove') + ' ' + this.nsEvent('mousemove'),
|
||||||
end: this.nsEvent('touchend') + ' ' + this.nsEvent('mouseup'),
|
end: this.nsEvent('touchend') + ' ' + this.nsEvent('mouseup')
|
||||||
};
|
};
|
||||||
|
|
||||||
this.$container.on(this.nsEvent('selectstart'),
|
this.$container.on(this.nsEvent('selectstart'),
|
||||||
|
|||||||
Reference in New Issue
Block a user