summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2024-06-03 10:32:32 -0400
committerHenry Castro <hcastro@collabora.com>2024-06-03 10:41:01 -0400
commitd3fa1e8783f78f7d2397e4a4c9073647f5631841 (patch)
tree414de6352a9282852b108c21b19811d6e88ca96d
parentjsdialog: move About dialog to separate file (diff)
downloadonline-pr/master/6D.tar.gz
online-pr/master/6D.zip
browser: toolbar: avoid forcing to clear references pr/master/6D
1) press F2 to edit a formula cell with defined range 2) The reference it is marked and painted 3) The formula bar lost focus and force to clear the mark The references will be cleared due to response from server message. Change-Id: I32fbacc8d846cf8ba8b3371f3386d07e9cebe470 Signed-off-by: Henry Castro <hcastro@collabora.com>
-rw-r--r--browser/src/control/Toolbar.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/browser/src/control/Toolbar.js b/browser/src/control/Toolbar.js
index 80ea322555..222c5d7937 100644
--- a/browser/src/control/Toolbar.js
+++ b/browser/src/control/Toolbar.js
@@ -952,9 +952,6 @@ L.Map.include({
$('#AutoSumMenu-button').css('margin-inline', '0');
$('#AutoSumMenu .unoarrow').css('margin', '0');
- // clear reference marks
- map._docLayer._clearReferences();
-
map.formulabar.blurField();
$('#addressInput-input').blur();
},