|
@ -21,7 +21,7 @@ export class AddTop extends Button { |
|
|
icon: 'add', |
|
|
icon: 'add', |
|
|
labelI18nKey: 'action.addTop', |
|
|
labelI18nKey: 'action.addTop', |
|
|
label: $t('action.addTop'), |
|
|
label: $t('action.addTop'), |
|
|
click: (args) => {}, |
|
|
click: this.click, |
|
|
afterEditorOpen: (args) => { |
|
|
afterEditorOpen: (args) => { |
|
|
this.tools?.em.afterEditorOpen(undefined); |
|
|
this.tools?.em.afterEditorOpen(undefined); |
|
|
}, |
|
|
}, |
|
|