mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-24 17:26:10 +01:00
This commit is contained in:
parent
c909fcc99c
commit
4525ab0e1d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export const avKeydown = (event: KeyboardEvent, nodeElement: HTMLElement, protyl
|
|||
const selectCellElement = nodeElement.querySelector(".av__cell--select") as HTMLElement;
|
||||
if (selectCellElement) {
|
||||
const rowElement = hasClosestByClassName(selectCellElement, "av__row");
|
||||
if (!rowElement) {
|
||||
if (!rowElement || rowElement.dataset.type === "ghost") {
|
||||
return false;
|
||||
}
|
||||
const avPanelElement = document.querySelector(".av__panel");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue