You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Refactor the move line show that it is not a drag element, but a simple virtual element.
Refactor the move line show that it is not a drag element, but a simple HTML Element.
Aug 28, 2020
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.
The text was updated successfully, but these errors were encountered: