mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
only start drag with right click
This commit is contained in:
@@ -59,6 +59,10 @@
|
|||||||
|
|
||||||
|
|
||||||
fn.drag_handler = function(e) {
|
fn.drag_handler = function(e) {
|
||||||
|
if (e.which !== 1) {
|
||||||
|
return false;
|
||||||
|
};
|
||||||
|
|
||||||
var self = this;
|
var self = this;
|
||||||
var first = true;
|
var first = true;
|
||||||
this.$player = $(e.currentTarget);
|
this.$player = $(e.currentTarget);
|
||||||
|
Reference in New Issue
Block a user