chore: Merge remote-tracking branch 'josephndenton/master'

fixed highlighting while resize is true
This commit is contained in:
David Morse
2015-06-04 19:57:48 -06:00
+4
View File
@@ -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(', '));
};