mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 18:56:09 +01:00
This commit is contained in:
parent
f62de94887
commit
7fdd85dda2
5 changed files with 133 additions and 10 deletions
|
|
@ -89,7 +89,7 @@ export class Gutter {
|
|||
let avElement: Element;
|
||||
if (buttonElement.dataset.rowId) {
|
||||
avElement = Array.from(protyle.wysiwyg.element.querySelectorAll(`.av[data-node-id="${buttonElement.dataset.nodeId}"]`)).find((item: HTMLElement) => {
|
||||
if (!isInEmbedBlock(item)) {
|
||||
if (!isInEmbedBlock(item) && !isInAVBlock(item)) {
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue