fix selection not getting cleared after element deletion
This commit is contained in:
parent
fe10cee3eb
commit
33a8705f0d
|
|
@ -199,6 +199,7 @@ export function useEditorActions() {
|
|||
editor.timeline.deleteElements({
|
||||
elements: selectedElements,
|
||||
});
|
||||
editor.selection.clearSelection();
|
||||
},
|
||||
undefined,
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue