summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2021-03-17 09:02:03 +0000
committerMichael Meeks <michael.meeks@collabora.com>2021-03-18 09:22:47 +0000
commit1068720fdc74370b64aa2cc390e07548396d51d4 (patch)
treea9a55433b3e381aa11401d41a843dcede661da32
parentTileLayer: Update view cursor. (diff)
downloadonline-feature/michael/pivotcontext64.tar.gz
online-feature/michael/pivotcontext64.zip
Enable pivot context menu items now we have the dialogs. feature/michael/pivotcontext64
Change-Id: I8673dfa1cce2f5ddf57e28558617699263681185 Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
-rw-r--r--loleaflet/src/control/Control.ContextMenu.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/loleaflet/src/control/Control.ContextMenu.js b/loleaflet/src/control/Control.ContextMenu.js
index 9ecb4d7799..7c26c00fe7 100644
--- a/loleaflet/src/control/Control.ContextMenu.js
+++ b/loleaflet/src/control/Control.ContextMenu.js
@@ -51,8 +51,8 @@ L.Control.ContextMenu = L.Control.extend({
'SpellingAndGrammarDialog', 'FontDialog', 'FontDialogForParagraph',
'SpellCheckIgnore'],
- spreadsheet: ['MergeCells', 'SplitCell', 'RecalcPivotTable', 'FormatCellDialog',
- 'ShowNote', 'HideNote', 'DeleteNote', 'SetAnchorToCell', 'SetAnchorToCellResize'],
+ spreadsheet: ['MergeCells', 'SplitCell', 'RecalcPivotTable', 'DataDataPilotRun', 'DeletePivotTable',
+ 'FormatCellDialog', 'ShowNote', 'HideNote', 'DeleteNote', 'SetAnchorToCell', 'SetAnchorToCellResize'],
presentation: ['SetDefault'],
drawing: []
@@ -80,7 +80,7 @@ L.Control.ContextMenu = L.Control.extend({
// text
'SpellingAndGrammarDialog', 'FontDialog', 'FontDialogForParagraph',
// spreadsheet
- 'FormatCellDialog',
+ 'FormatCellDialog', 'DataDataPilotRun'
]
},