[Libreoffice-commits] online.git: loleaflet/src
Marco Cecchetti (via logerrit)
logerrit at kemper.freedesktop.org
Tue Nov 26 15:58:50 UTC 2019
loleaflet/src/control/Control.Toolbar.js | 7 -------
1 file changed, 7 deletions(-)
New commits:
commit bf5bf8f90c2c863df478a00f20b8a2263f945d03
Author: Marco Cecchetti <marco.cecchetti at collabora.com>
AuthorDate: Tue Nov 26 16:57:51 2019 +0100
Commit: Marco Cecchetti <marco.cecchetti at 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;
More information about the Libreoffice-commits
mailing list