mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: cleanup/hide drag handles post drop
This commit is contained in:
parent
13ba7d59e0
commit
252c8a30bc
@ -233,6 +233,7 @@ function DragHandle(options: DragHandleOptions) {
|
||||
},
|
||||
drop: (view) => {
|
||||
view.dom.classList.remove("dragging");
|
||||
hideDragHandle();
|
||||
},
|
||||
dragend: (view) => {
|
||||
view.dom.classList.remove("dragging");
|
||||
|
Loading…
Reference in New Issue
Block a user