mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
fix editor scroll on android
This commit is contained in:
@@ -168,7 +168,7 @@ function attachEditorListeners() {
|
||||
console.log(bounds)
|
||||
setTimeout(() => {
|
||||
document.querySelector(".app-main").scrollTo({top:bounds.top,behavior:"smooth"})
|
||||
},250)
|
||||
},500)
|
||||
|
||||
});
|
||||
|
||||
|
||||
@@ -71,6 +71,7 @@
|
||||
},
|
||||
placeholder: 'Start writing your note',
|
||||
theme: 'snow',
|
||||
scrollingContainer: '.app-main'
|
||||
});
|
||||
|
||||
let Font = Quill.import('formats/font');
|
||||
|
||||
Reference in New Issue
Block a user