1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00

Update embeded assets

This commit is contained in:
McMatts 2019-11-08 14:55:27 +00:00
parent 60ef205948
commit faeadb2bbb
2 changed files with 1046 additions and 1047 deletions

File diff suppressed because one or more lines are too long

View file

@ -44,7 +44,6 @@ export default Component.extend(Notifier, {
didInsertElement() {
this._super(...arguments);
},
didRender() {
@ -92,7 +91,7 @@ export default Component.extend(Notifier, {
jumpToSection(cp) {
if (!_.isEmpty(cp) && !_.isUndefined(cp) && !_.isNull(cp)) {
this.get('browser').scrollTo(`#page-${cp}`)
this.get('browser').waitScrollTo(`#page-${cp}`);
}
},