mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -265,8 +265,9 @@ export class Protyle {
|
||||
} else {
|
||||
this.getDoc(mergedOptions);
|
||||
}
|
||||
} else {
|
||||
this.protyle.contentElement.classList.add("protyle-content--transition");
|
||||
}
|
||||
this.protyle.contentElement.classList.add("protyle-content--transition");
|
||||
}
|
||||
|
||||
private getDoc(mergedOptions: IOptions) {
|
||||
@@ -339,6 +340,7 @@ export class Protyle {
|
||||
if (mergedOptions.after) {
|
||||
mergedOptions.after(this);
|
||||
}
|
||||
this.protyle.contentElement.classList.add("protyle-content--transition");
|
||||
}
|
||||
|
||||
private init() {
|
||||
|
||||
Reference in New Issue
Block a user