mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
chore: Merge remote-tracking branch 'josephndenton/master'
fixed highlighting while resize is true
This commit is contained in:
@@ -431,6 +431,10 @@
|
||||
return this.options.ignore_dragging(event);
|
||||
}
|
||||
|
||||
if (this.options.resize) {
|
||||
return ! $(event.target).is(this.options.items);
|
||||
}
|
||||
|
||||
return $(event.target).is(this.options.ignore_dragging.join(', '));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user