mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
parent
b2b3e6fca6
commit
99220641f3
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ export default Controller.extend(TooltipMixin, {
|
|||
actions: {
|
||||
onTabChange(tab) {
|
||||
this.set('tab', tab);
|
||||
if (tab === 'content') {
|
||||
this.send('refresh');
|
||||
}
|
||||
},
|
||||
|
||||
onShowPage(pageId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue