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:
parent
60ef205948
commit
faeadb2bbb
2 changed files with 1046 additions and 1047 deletions
2090
embed/bindata.go
2090
embed/bindata.go
File diff suppressed because one or more lines are too long
|
@ -44,7 +44,6 @@ export default Component.extend(Notifier, {
|
||||||
|
|
||||||
didInsertElement() {
|
didInsertElement() {
|
||||||
this._super(...arguments);
|
this._super(...arguments);
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
didRender() {
|
didRender() {
|
||||||
|
@ -92,7 +91,7 @@ export default Component.extend(Notifier, {
|
||||||
|
|
||||||
jumpToSection(cp) {
|
jumpToSection(cp) {
|
||||||
if (!_.isEmpty(cp) && !_.isUndefined(cp) && !_.isNull(cp)) {
|
if (!_.isEmpty(cp) && !_.isUndefined(cp) && !_.isNull(cp)) {
|
||||||
this.get('browser').scrollTo(`#page-${cp}`)
|
this.get('browser').waitScrollTo(`#page-${cp}`);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue