mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
🎨
This commit is contained in:
parent
207eb6b086
commit
86e4228a3c
1 changed files with 1 additions and 1 deletions
|
|
@ -2297,7 +2297,7 @@ export class Gutter {
|
|||
let dataNodeId = nodeElement.getAttribute("data-node-id");
|
||||
if (type === "NodeAttributeView" && target) {
|
||||
const rowElement = hasClosestByClassName(target, "av__row");
|
||||
if (rowElement && !rowElement.classList.contains("av__row--header")) {
|
||||
if (rowElement && !rowElement.classList.contains("av__row--header") && rowElement.dataset.id) {
|
||||
element = rowElement;
|
||||
const bodyElement = hasClosestByClassName(rowElement, "av__body") as HTMLElement;
|
||||
let iconAriaLabel = isMac() ? window.siyuan.languages.rowTip : window.siyuan.languages.rowTip.replace("⇧", "Shift+");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue