mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 08:18:49 +01:00
♻️
This commit is contained in:
parent
f2903bb3fd
commit
fec89a2038
1 changed files with 1 additions and 1 deletions
|
|
@ -1390,7 +1390,7 @@ export class WYSIWYG {
|
|||
}
|
||||
const avCellHeaderElement = hasClosestByClassName(target, "av__cellheader");
|
||||
if (avCellHeaderElement) {
|
||||
showColMenu(protyle, nodeElement, target.parentElement);
|
||||
showColMenu(protyle, nodeElement, avCellHeaderElement.parentElement);
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue