loleaflet/src/layer/tile/CalcTileLayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a8a91e43df4f2ea040c57280b67c2e78eeb544cf Author: Michael Meeks <[email protected]> AuthorDate: Wed Dec 18 19:51:14 2019 +0000 Commit: Michael Meeks <[email protected]> CommitDate: Wed Dec 18 19:53:05 2019 +0000 disable insert comment on calc mobile. There is no good way to show/hide these on phone yet. Change-Id: I6b78a12b5438fbf521e4017444b6c3455521d4c3 diff --git a/loleaflet/src/layer/tile/CalcTileLayer.js b/loleaflet/src/layer/tile/CalcTileLayer.js index 0ed4fb4b8..1aaae8ad2 100644 --- a/loleaflet/src/layer/tile/CalcTileLayer.js +++ b/loleaflet/src/layer/tile/CalcTileLayer.js @@ -111,7 +111,7 @@ L.CalcTileLayer = L.TileLayer.extend({ {type: 'button', id: 'redo', img: 'redo', hint: _UNO('.uno:Redo'), uno: 'Redo', disabled: true}, {type: 'button', id: 'mobile_wizard', img: 'mobile_wizard', disabled: true}, {type: 'button', id: 'insertion_mobile_wizard', img: 'insertion_mobile_wizard', disabled: true}, - {type: 'button', id: 'insertcomment', img: 'insertcomment', disabled: true}, +// {type: 'button', id: 'insertcomment', img: 'insertcomment', disabled: true}, {type: 'button', id: 'fullscreen', img: 'fullscreen', hint: _UNO('.uno:FullScreen', 'text')}, {type: 'drop', id: 'userlist', img: 'users', html: '<div id="userlist_container"><table id="userlist_table"><tbody></tbody></table>' + '<hr><table class="loleaflet-font" id="editor-btn">' + _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
