loleaflet/src/control/Control.PartsPreview.js | 1 + 1 file changed, 1 insertion(+)
New commits: commit f8c800dba915cb8e6eefef515ccfd52304a70ca8 Author: mert <[email protected]> AuthorDate: Wed Dec 11 14:10:03 2019 +0300 Commit: Mert Tümer <[email protected]> CommitDate: Wed Dec 11 16:23:40 2019 +0100 fix Keyboard pops up when switching slides Change-Id: I6b0953e4868867786a8c63c5ccbf132baa0d0324 Reviewed-on: https://gerrit.libreoffice.org/84935 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Mert Tümer <[email protected]> (cherry picked from commit 651a4f546aa07a42e0a5416af317ef46851c69b3) Reviewed-on: https://gerrit.libreoffice.org/84964 Tested-by: Mert Tümer <[email protected]> diff --git a/loleaflet/src/control/Control.PartsPreview.js b/loleaflet/src/control/Control.PartsPreview.js index ddc9c6041..12c5bab19 100644 --- a/loleaflet/src/control/Control.PartsPreview.js +++ b/loleaflet/src/control/Control.PartsPreview.js @@ -170,6 +170,7 @@ L.Control.PartsPreview = L.Control.extend({ .on(img, 'click', this._map.focus, this._map) .on(img, 'click', function() { this.partsFocused = true; + document.activeElement.blur(); }, this); var topBound = this._previewContTop; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
