mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19: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: {
|
actions: {
|
||||||
onTabChange(tab) {
|
onTabChange(tab) {
|
||||||
this.set('tab', tab);
|
this.set('tab', tab);
|
||||||
|
if (tab === 'content') {
|
||||||
|
this.send('refresh');
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
onShowPage(pageId) {
|
onShowPage(pageId) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue