Skip to content

OnBound Event #970

@jadiagaurang

Description

@jadiagaurang

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions