This commit is contained in:
parent
5ef314e148
commit
b8af2e0581
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ export const onGet = (data: IWebSocketData, protyle: IProtyle, action: string[]
|
|||
unScroll: (scrollObj && scrollObj.focusId) ? true : false,
|
||||
}, protyle);
|
||||
|
||||
if (scrollObj) {
|
||||
if (scrollObj && protyle.options.mode === "wysiwyg") {
|
||||
restoreScroll(protyle, scrollObj);
|
||||
}
|
||||
const loadingElement = protyle.element.querySelector(".fn__loading");
|
||||
|
|
Loading…
Add table
Reference in a new issue