summaryrefslogtreecommitdiffstats
path: root/browser/src/control/Control.ContextMenu.js
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-11-10 10:45:59 +0100
committerCaolán McNamara <caolanm@gmail.com>2023-11-10 13:49:25 +0000
commit83f2d1aaf6c3b0ad8ad767257be75039618cf485 (patch)
tree8c23ef1189ac3324435cf85061df4852bcfafbc0 /browser/src/control/Control.ContextMenu.js
parent'Tileprocessed message did not arrive in time' for slide preview (diff)
downloadonline-83f2d1aaf6c3b0ad8ad767257be75039618cf485.tar.gz
online-83f2d1aaf6c3b0ad8ad767257be75039618cf485.zip
context menu: allow frame properties for Writer text frames
This is now safe to show, as it'll trigger the frame insert/properties dialog, which was converted to jsdialog in core.git commit 355681eead2411d70caf4f52f1b802cf8c61a981 (sw floattable: make Insert Frame dialog async and mark it as a jsdialog, 2023-11-06). Signed-off-by: Miklos Vajna <vmiklos@collabora.com> Change-Id: I910012286416231d607cf79cc9b3811803c52768
Diffstat (limited to 'browser/src/control/Control.ContextMenu.js')
-rw-r--r--browser/src/control/Control.ContextMenu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/src/control/Control.ContextMenu.js b/browser/src/control/Control.ContextMenu.js
index 9acad498a9..4537e917a6 100644
--- a/browser/src/control/Control.ContextMenu.js
+++ b/browser/src/control/Control.ContextMenu.js
@@ -51,7 +51,7 @@ L.Control.ContextMenu = L.Control.extend({
'UpdateCurIndex','RemoveTableOf',
'ReplyComment', 'DeleteComment', 'DeleteAuthor', 'DeleteAllNotes',
'SpellingAndGrammarDialog', 'FontDialog', 'FontDialogForParagraph', 'TableDialog',
- 'SpellCheckIgnore'],
+ 'SpellCheckIgnore', 'FrameDialog'],
spreadsheet: ['MergeCells', 'SplitCell', 'InsertCell', 'DeleteCell',
'RecalcPivotTable', 'DataDataPilotRun', 'DeletePivotTable',