loleaflet/src/control/Control.DocumentRepair.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f3ca27e5129a024e9c1cf0e9092ef358eca02394
Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk>
Date:   Sun Aug 28 14:41:34 2016 -0400

    loleaflet: double-click on repair entry to jump to state
    
    Change-Id: I19dc530df0e36b83b6e19922a1a32d495324c3a8
    Reviewed-on: https://gerrit.libreoffice.org/28443
    Reviewed-by: Ashod Nakashian <ashnak...@gmail.com>
    Tested-by: Ashod Nakashian <ashnak...@gmail.com>

diff --git a/loleaflet/src/control/Control.DocumentRepair.js 
b/loleaflet/src/control/Control.DocumentRepair.js
index 98ed4a2..36fbc53 100644
--- a/loleaflet/src/control/Control.DocumentRepair.js
+++ b/loleaflet/src/control/Control.DocumentRepair.js
@@ -69,6 +69,7 @@ L.Control.DocumentRepair = L.Control.extend({
                td = L.DomUtil.create('td', '', row);
                td.appendChild(document.createTextNode(dateTime));
                L.DomEvent.on(row, 'click', this._onRowClick, this);
+               L.DomEvent.on(row, 'dblclick', this._onJumpClick, this);
        },
 
        fillAction: function (actions, type) {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to