This commit is contained in:
Vanessa 2022-11-07 17:17:14 +08:00
parent 8908149a27
commit 5d736483ec
2 changed files with 6 additions and 2 deletions

View file

@ -68,7 +68,7 @@ const focusStack = (backStack: IBackStack) => {
protyle.wysiwyg.element.innerHTML = getResponse.data.content;
processRender(protyle.wysiwyg.element);
highlightRender(protyle.wysiwyg.element);
blockRender(protyle, protyle.wysiwyg.element);
blockRender(protyle, protyle.wysiwyg.element, backStack.scrollTop);
if (getResponse.data.isSyncing) {
disabledForeverProtyle(protyle);
} else {