[Libreoffice-commits] online.git: loleaflet/src
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Sun Aug 28 22:37:45 UTC 2016
loleaflet/src/control/Control.DocumentRepair.js | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f3ca27e5129a024e9c1cf0e9092ef358eca02394
Author: Ashod Nakashian <ashod.nakashian at 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 <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at 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) {
More information about the Libreoffice-commits
mailing list