Skip to content

selectable.recalculate

Karl edited this page Nov 9, 2017 · 1 revision

Fires when the dimensions of the items are recalculated.

This event is automatically fired during the document's resize and scroll events.

selectable.on("selectable.recalculate", function() {

});
Clone this wiki locally