loleaflet/src/control/Control.Toolbar.js |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit bf5bf8f90c2c863df478a00f20b8a2263f945d03
Author:     Marco Cecchetti <marco.cecche...@collabora.com>
AuthorDate: Tue Nov 26 16:57:51 2019 +0100
Commit:     Marco Cecchetti <marco.cecche...@collabora.com>
CommitDate: Tue Nov 26 16:58:08 2019 +0100

    loleaflet: calc formula bar tunneling: removed no more needed handler
    
    Change-Id: Ic1d493e2d759b288ca927419355bb906e61ef152

diff --git a/loleaflet/src/control/Control.Toolbar.js 
b/loleaflet/src/control/Control.Toolbar.js
index 69ff30db1..52bdd4c1a 100644
--- a/loleaflet/src/control/Control.Toolbar.js
+++ b/loleaflet/src/control/Control.Toolbar.js
@@ -2421,13 +2421,6 @@ function setupToolbar(e) {
                map.fire('warn', {url: e.url, map: map, cmd: 'openlink'});
        });
 
-       map.on('cellformula', function (e) {
-               if (document.activeElement !== L.DomUtil.get('formulaInput')) {
-                       // if the user is not editing the formula bar
-                       L.DomUtil.get('formulaInput').value = e.formula;
-               }
-       });
-
        map.on('zoomend', function () {
                var zoomPercent = 100;
                var zoomSelected = null;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to