mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
e019c39330
commit
743f4eecbf
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ export class WYSIWYG {
|
|||
const avCellElement = hasClosestByClassName(target, "av__cell");
|
||||
if (!protyle.disabled && avCellElement && avCellElement.dataset.id && !isInEmbedBlock(avCellElement)) {
|
||||
const nodeElement = hasClosestBlock(avCellElement);
|
||||
if (!nodeElement) {
|
||||
if (!nodeElement || nodeElement.dataset.avType !== "table") {
|
||||
return;
|
||||
}
|
||||
nodeElement.querySelectorAll(".av__cell--select").forEach(item => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue