mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Removed unused scroll patch after testing
- Tested on android and ios - Also checked on translations and removed todo.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import {register as registerShortcuts} from "./shortcuts";
|
||||
import {listen as listenForCommonEvents} from "./common-events";
|
||||
import {scrollToQueryString, fixScrollForMobile} from "./scrolling";
|
||||
import {scrollToQueryString} from "./scrolling";
|
||||
import {listenForDragAndPaste} from "./drop-paste-handling";
|
||||
|
||||
import {getPlugin as getCodeeditorPlugin} from "./plugin-codeeditor";
|
||||
@ -164,7 +164,6 @@ function getSetupCallback(options) {
|
||||
editor.on('init', () => {
|
||||
editorChange();
|
||||
scrollToQueryString(editor);
|
||||
fixScrollForMobile(editor);
|
||||
window.editor = editor;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user