Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
leaflet: removed context menu options with tunnelled dialogs
Change-Id: I51b15dc8430193ee5ba145cf7d1f72a3cde6a5c5
Signed-off-by: Pranam Lashkari <lpranam@collabora.com>
  • Loading branch information
lpranam authored and timar committed Nov 3, 2020
1 parent eee430a commit 42604c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions loleaflet/src/control/Control.ContextMenu.js
Expand Up @@ -71,9 +71,11 @@ L.Control.ContextMenu = L.Control.extend({
'TransformDialog', 'FormatLine', 'FormatArea',
'InsertTitles', 'InsertRemoveAxes',
'DiagramType', 'DataRanges',
'FormatWall', 'FormatDataSeries',
'FormatWall', 'FormatDataSeries', 'FormatXErrorBars', 'FormatYErrorBars',
'FormatDataPoint', 'FormatAxis', 'FormatMajorGrid', 'FormatMinorGrid',
'InsertTrendline', 'InsertXErrorBars' , 'InsertYErrorBars',
'InsertTrendline', 'InsertXErrorBars' , 'InsertYErrorBars', 'FormatChartArea',
'FormatMeanValue', 'DiagramData', 'FormatLegend', 'FormatTrendline',
'FormatTrendlineEquation', 'FormatStockLoss', 'FormatStockGain',
// text
'SpellingAndGrammarDialog', 'FontDialog', 'FontDialogForParagraph',
// spreadsheet
Expand Down

0 comments on commit 42604c6

Please sign in to comment.