mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-20 23:24:34 +00:00
expose Update TOC and Remove TOC context menu items in Writer
This commit is contained in:
@ -31,7 +31,8 @@ L.Control.ContextMenu = L.Control.extend({
|
||||
'InsertRowsBefore', 'InsertRowsAfter', 'InsertColumnsBefore', 'InsertColumnsAfter',
|
||||
'TableDeleteMenu',
|
||||
'DeleteRows', 'DeleteColumns', 'DeleteTable',
|
||||
'MergeCells', 'SetOptimalColumnWidth', 'SetOptimalRowWidth'],
|
||||
'MergeCells', 'SetOptimalColumnWidth', 'SetOptimalRowWidth',
|
||||
'UpdateCurIndex','RemoveTableOf'],
|
||||
|
||||
spreadsheet: ['MergeCells', 'SplitCells',
|
||||
'InsertAnnotation', 'EditAnnotation', 'DeleteNote', 'ShowNote', 'HideNote'],
|
||||
|
Reference in New Issue
Block a user