remove advanced shortcut prevent from group Component
This commit is contained in:
parent
92e353500f
commit
5e8f47d3fe
1 changed files with 0 additions and 2 deletions
|
|
@ -121,9 +121,7 @@ export default function NodeToolbarComponent({
|
|||
function handleAdvancedWShortcut(e: KeyboardEvent) {
|
||||
e.preventDefault();
|
||||
if (isThereModal() && !showModalAdvanced) return;
|
||||
if (!isGroup) {
|
||||
setShowModalAdvanced((state) => !state);
|
||||
}
|
||||
}
|
||||
|
||||
function handleSaveWShortcut(e: KeyboardEvent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue