mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
This commit is contained in:
parent
1d1902813d
commit
48ad384a54
1 changed files with 1 additions and 0 deletions
|
|
@ -663,6 +663,7 @@ export class WYSIWYG {
|
||||||
selectRow(rowElement.querySelector(".av__firstcol"), "toggle");
|
selectRow(rowElement.querySelector(".av__firstcol"), "toggle");
|
||||||
}
|
}
|
||||||
} else if (ctrlElement) {
|
} else if (ctrlElement) {
|
||||||
|
clearSelect(["row", "galleryItem"], this.element);
|
||||||
const embedBlockElement = isInEmbedBlock(ctrlElement);
|
const embedBlockElement = isInEmbedBlock(ctrlElement);
|
||||||
if (embedBlockElement) {
|
if (embedBlockElement) {
|
||||||
ctrlElement = embedBlockElement;
|
ctrlElement = embedBlockElement;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue