fix group shortcut
This commit is contained in:
parent
6953b73d1f
commit
b46d68ebc5
1 changed files with 1 additions and 1 deletions
|
|
@ -193,9 +193,9 @@ export default function Page({
|
|||
}
|
||||
|
||||
function handleGroup(e: KeyboardEvent) {
|
||||
if (selectionMenuVisible) {
|
||||
e.preventDefault();
|
||||
(e as unknown as Event).stopImmediatePropagation();
|
||||
if (selectionMenuVisible) {
|
||||
handleGroupNode();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue