Skip to content

Refactor the move line show that it is not a drag element, but a simple HTML Element. #299

@ghost

Description

Describe the new feature being added
To simplify our code we should have it the move line be a simple HTML element, rather than a drag element.

How will this feature improve this extension

Rendering the move line by making it a drag element will be confusing too future developers when they are looking at the codebase. This is because the move line doesn't actually get dragged on the page. It gets moved in discrete chunks when we cross the boundary of a row or column. It is more intuitive that this would be the job of a simple HTML element.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions