[Libreoffice-commits] online.git: loleaflet/src

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Aug 8 20:14:03 UTC 2018


 loleaflet/src/map/handler/Map.Keyboard.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1907678197929f25b3fc4d50f7c99ac80e64a735
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Tue Aug 7 09:11:20 2018 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Wed Aug 8 16:13:16 2018 -0400

    loleaflet: mobile: use setValue
    
    Change-Id: Ica14c95e2aec31423a47d904c3c499b706261370

diff --git a/loleaflet/src/map/handler/Map.Keyboard.js b/loleaflet/src/map/handler/Map.Keyboard.js
index 9e1bad2ca..4ccd5e7dc 100644
--- a/loleaflet/src/map/handler/Map.Keyboard.js
+++ b/loleaflet/src/map/handler/Map.Keyboard.js
@@ -393,7 +393,7 @@ L.Map.Keyboard = L.Handler.extend({
 			// get the composited char codes
 			// clear the input now - best to do this ASAP so the input
 			// is clear for the next word
-			this._map._clipboardContainer._textArea.value = '';
+			this._map._clipboardContainer.setValue('');
 			// Set all keycodes to zero
 			this._map._docLayer._postCompositionEvent(0, 'end', '');
 		}


More information about the Libreoffice-commits mailing list