mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
This commit is contained in:
parent
8058e906a2
commit
d402e15b6d
1 changed files with 3 additions and 0 deletions
|
|
@ -163,6 +163,9 @@ const getEditor = (id: string, protyle: IProtyle, element: Element, currentCard:
|
|||
protyle,
|
||||
action: response.data.rootID === response.data.id ? [] : [Constants.CB_GET_ALL],
|
||||
afterCB: () => {
|
||||
if (protyle.element.classList.contains("fn__none")) {
|
||||
return;
|
||||
}
|
||||
let hasHide = false;
|
||||
if (!window.siyuan.config.flashcard.superBlock &&
|
||||
!window.siyuan.config.flashcard.heading &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue