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

New commits:
commit 6dd9f393b494abd42cdc079fe6c6cefff5ac7795
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Mon Nov 11 11:29:50 2019 +0100
Commit:     Pedro Pinto da Silva <pedro.si...@collabora.com>
CommitDate: Mon Nov 11 11:30:57 2019 +0100

    Vex Overlay: add class also in the Map.js file
    
    Change-Id: I8182f5945cddc56f9432c47e24c91434f550e82c
    Reviewed-on: https://gerrit.libreoffice.org/82424
    Reviewed-by: Pedro Pinto da Silva <pedro.si...@collabora.com>
    Tested-by: Pedro Pinto da Silva <pedro.si...@collabora.com>

diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js
index f970ebf45..c66dea7cd 100644
--- a/loleaflet/src/map/Map.js
+++ b/loleaflet/src/map/Map.js
@@ -1246,7 +1246,7 @@ L.Map = L.Evented.extend({
                        },
                        showCloseButton: false
                });
-
+               $('.vex-overlay').addClass('loleaflet-user-idle-overlay');
                this._doclayer && this._docLayer._onMessage('textselection:', 
null);
                console.debug('_dim: sending userinactive');
                map.fire('postMessage', {msgId: 'User_Idle'});
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to