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

Put back to space button in sidebar (doc view)

This commit is contained in:
sauls8t 2019-01-23 15:45:47 +00:00
parent 6c71a1f18d
commit 36634be6f5
7 changed files with 27 additions and 24 deletions

View file

@ -101,6 +101,10 @@ export default Component.extend(ModalMixin, {
},
actions: {
onShowSectionWizard(beforePage) {
this.get('onShowSectionWizard')(beforePage);
},
onEdit() {
let page = this.get('page');