Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node remove, blind bug #2388

Open
ALTITUDE-DEV-FR opened this issue Jul 7, 2024 · 0 comments
Open

node remove, blind bug #2388

ALTITUDE-DEV-FR opened this issue Jul 7, 2024 · 0 comments

Comments

@ALTITUDE-DEV-FR
Copy link

ALTITUDE-DEV-FR commented Jul 7, 2024

Hello,
How to remove a block from node and not affect the drag/drop system ?
demo: https://builder.andromede-cms.com/
https://gitlab.com/altitude-dev/website-builder-js

(if you delete a block, with supp or - in menu context, after if you sort a block, is blind..)

deleteBlock(block) {
    block.remove(); // remove the block selected
    sortable.destroy(); // refresh my sortable ?
},

My function remove the block node and i need to not blind a cusor for drag and drop, is full bug :(
Thanks for help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant