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

New commits:
commit 1907678197929f25b3fc4d50f7c99ac80e64a735
Author:     Henry Castro <hcas...@collabora.com>
AuthorDate: Tue Aug 7 09:11:20 2018 -0400
Commit:     Henry Castro <hcas...@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', '');
                }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to