loleaflet/src/control/Control.Menubar.js | 1 + 1 file changed, 1 insertion(+)
New commits: commit 5f90ab70e95a036ef13edd1a4062b3f91c013c0c Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Fri Aug 28 08:37:55 2020 +0200 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Fri Aug 28 12:06:16 2020 +0200 Revert "Disable insert comment on spreadsheet for mobile" This reverts commit 0cc4977abdbb0225c8c1a5f59b5bc00891463775. Reason for revert: after Pranam's fixes viewing/hiding/modifying comments work as expected, therefore we can have this option back. Change-Id: I299f33552ae26d29ea2078c286bc5c785ebdb7a9 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101463 Tested-by: Andras Timar <andras.ti...@collabora.com> Reviewed-by: Andras Timar <andras.ti...@collabora.com> diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js index 4fe7ba101..92d84430b 100644 --- a/loleaflet/src/control/Control.Menubar.js +++ b/loleaflet/src/control/Control.Menubar.js @@ -693,6 +693,7 @@ L.Control.Menubar = L.Control.extend({ {name: _('Local Image...'), id: 'insertgraphic', type: 'action'}, {name: _UNO('.uno:InsertGraphic', 'spreadsheet'), id: 'insertgraphicremote', type: 'action'}, {uno: '.uno:InsertObjectChart'}, + {name: _UNO('.uno:InsertAnnotation', 'spreadsheet'), id: 'insertcomment', type: 'action'}, {type: 'separator'}, {name: _UNO('.uno:HyperlinkDialog'), id: 'inserthyperlink', type: 'action'}, {name: _UNO('.uno:ShapesMenu'), id: 'insertshape', type: 'action'}, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits