Refactor: Add condition to avoid bug on group node
This commit is contained in:
parent
483ac65430
commit
384ae75dd2
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ export default function NodeToolbarComponent({
|
|||
setOpenModal(state => !state);
|
||||
}
|
||||
if (
|
||||
selected &&
|
||||
(selected && !isGroup) &&
|
||||
(event.ctrlKey || event.metaKey) &&
|
||||
event.key === "e"
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue