mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-07 13:20:16 +01:00
🚨
This commit is contained in:
parent
320110d57e
commit
4cd93b0fec
10 changed files with 15 additions and 8 deletions
|
|
@ -35,9 +35,9 @@ const renderCompare = (app: App, element: HTMLElement) => {
|
|||
if (!listElement) {
|
||||
return;
|
||||
}
|
||||
const dialogContainerElement = hasClosestByClassName(element, "b3-dialog__container")
|
||||
const dialogContainerElement = hasClosestByClassName(element, "b3-dialog__container");
|
||||
if (!dialogContainerElement) {
|
||||
return
|
||||
return;
|
||||
}
|
||||
const leftElement = listElement.nextElementSibling.firstElementChild;
|
||||
const rightElement = listElement.nextElementSibling.lastElementChild;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue