Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixins/menubar.js')
-rw-r--r--src/mixins/menubar.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mixins/menubar.js b/src/mixins/menubar.js
index 23124958e..44a52ebf9 100644
--- a/src/mixins/menubar.js
+++ b/src/mixins/menubar.js
@@ -214,6 +214,14 @@ export default [
},
},
{
+ label: t('text', 'Table'),
+ class: 'icon-table',
+ isActive: 'table',
+ action: (command) => {
+ return command.insertTable()
+ },
+ },
+ {
label: t('text', 'Emoji picker'),
class: 'icon-emoji',
action: (command, emojiObject) => {