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:
parent
6c71a1f18d
commit
36634be6f5
7 changed files with 27 additions and 24 deletions
|
@ -101,6 +101,10 @@ export default Component.extend(ModalMixin, {
|
|||
},
|
||||
|
||||
actions: {
|
||||
onShowSectionWizard(beforePage) {
|
||||
this.get('onShowSectionWizard')(beforePage);
|
||||
},
|
||||
|
||||
onEdit() {
|
||||
let page = this.get('page');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue