loleaflet/src/control/Control.NotebookbarBuilder.js | 1 + 1 file changed, 1 insertion(+)
New commits: commit c28c6b2c3cea5f39bd0610f1c52cc85588456c99 Author: Szymon Kłos <szymon.k...@collabora.com> AuthorDate: Wed Jul 22 10:56:30 2020 +0200 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Wed Jul 22 15:05:51 2020 +0200 notebookbar: hide Paste button Button wasn't functional, after click there was a popup created saying that keyboard shortcut has to be used. Change-Id: I1d9a7c430094afa3fc3459bbe7e478967d7d5a2e Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99189 Tested-by: Jenkins Tested-by: Szymon Kłos <szymon.k...@collabora.com> Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/loleaflet/src/control/Control.NotebookbarBuilder.js b/loleaflet/src/control/Control.NotebookbarBuilder.js index 707045f71..52b8ebc57 100644 --- a/loleaflet/src/control/Control.NotebookbarBuilder.js +++ b/loleaflet/src/control/Control.NotebookbarBuilder.js @@ -145,6 +145,7 @@ L.Control.NotebookbarBuilder = L.Control.JSDialogBuilder.extend({ this._toolitemHandlers['.uno:FontworkSameLetterHeights'] = function() {}; this._toolitemHandlers['.uno:FontworkAlignmentFloater'] = function() {}; this._toolitemHandlers['.uno:FontworkCharacterSpacingFloater'] = function() {}; + this._toolitemHandlers['.uno:Paste'] = function() {}; this._toolitemHandlers['vnd.sun.star.findbar:FocusToFindbar'] = function() {}; }, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits