mirror of
https://github.com/documize/community.git
synced 2025-07-20 21:59:42 +02:00
Scroll to correct point in document for edit mode
This commit is contained in:
parent
c0d70e38de
commit
412127811e
9 changed files with 35 additions and 16 deletions
|
@ -72,9 +72,8 @@ export default Component.extend(TooltipMixin, {
|
|||
this.removeTooltips();
|
||||
},
|
||||
|
||||
onDocumentPageAdded(pageId) {
|
||||
onDocumentPageAdded(pageId) { // eslint-disable-line no-unused-vars
|
||||
this.setSize();
|
||||
this.send('onGotoPage', pageId);
|
||||
},
|
||||
|
||||
setSize() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue