mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +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
|
@ -40,7 +40,7 @@ export default Controller.extend({
|
|||
this.get('model.folder.slug'),
|
||||
this.get('model.document.id'),
|
||||
this.get('model.document.slug'),
|
||||
{ queryParams: { pageId: page.get('id')}});
|
||||
{ queryParams: { currentPageId: page.get('id')}});
|
||||
});
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue