mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
throttling to 60ms to prevent overlapping
This commit is contained in:
@@ -399,7 +399,7 @@
|
||||
drag: throttle(function(event, ui) {
|
||||
self.on_drag.call(self, event, ui);
|
||||
self.$el.trigger('gridster:drag');
|
||||
}, 130)
|
||||
}, 60)
|
||||
});
|
||||
|
||||
this.drag_api = this.$el.draggable(draggable_options).data('draggable');
|
||||
|
Reference in New Issue
Block a user