mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 11:28:49 +01:00
This commit is contained in:
parent
925102e8e9
commit
0aaa701df7
1 changed files with 3 additions and 1 deletions
|
|
@ -1582,7 +1582,9 @@ export class WYSIWYG {
|
|||
}
|
||||
const avCellHeaderElement = hasClosestByClassName(target, "av__cell--header");
|
||||
if (avCellHeaderElement) {
|
||||
showColMenu(protyle, nodeElement, avCellHeaderElement);
|
||||
if (!protyle.disabled) {
|
||||
showColMenu(protyle, nodeElement, avCellHeaderElement);
|
||||
}
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue