Trigger resize event of resizable elements when they are resized to let their listeners know (if needed)
This commit is contained in:
parent
eee68f8d8d
commit
e43d66df14
@ -133,6 +133,9 @@ class Resizable {
|
|||||||
$window.off('mouseup', this.endResizeHandler);
|
$window.off('mouseup', this.endResizeHandler);
|
||||||
|
|
||||||
this.$element.removeClass('resizing');
|
this.$element.removeClass('resizing');
|
||||||
|
|
||||||
|
// Let the listeners know that this element was resized
|
||||||
|
this.$element.trigger('resize');
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user