-
-
Notifications
You must be signed in to change notification settings - Fork 659
OnBound Event #970
Copy link
Copy link
Open
Description
Environments
- Framework name: Vanilla JS
- Framework version: N/A
- Moveable Component version:
- Testable Address(optional):
Description
I have set up bounds for the container to limit dragging and resizing within a defined area.
bounds = {
left: 0,
top: 0,
right: me.canvasContainerWidth,
bottom: me.canvasContainerHeight
};I want to implement a feature when the container grows from the bottom when an element reaches the bottom bound, especially for contentEditable text elements.
Reactions are currently unavailable