[Libreoffice-commits] online.git: loleaflet/src
Henry Castro (via logerrit)
logerrit at kemper.freedesktop.org
Tue Aug 20 14:43:00 UTC 2019
loleaflet/src/dom/Draggable.js | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e860732e829d4e3d21a2ebbbbba3a26c59ad080f
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Sun Jun 30 17:15:10 2019 -0400
Commit: Henry Castro <hcastro at collabora.com>
CommitDate: Tue Aug 20 16:42:41 2019 +0200
loleaflet: mobile: ensure startPoint is undefined after dragging the element
Change-Id: I7f261e4558ceb0082f0c1ab1015a90bd212733e9
Reviewed-on: https://gerrit.libreoffice.org/77836
Reviewed-by: Henry Castro <hcastro at collabora.com>
Tested-by: Henry Castro <hcastro at collabora.com>
diff --git a/loleaflet/src/dom/Draggable.js b/loleaflet/src/dom/Draggable.js
index d9f5485a8..16f48235f 100644
--- a/loleaflet/src/dom/Draggable.js
+++ b/loleaflet/src/dom/Draggable.js
@@ -199,5 +199,6 @@ L.Draggable = L.Evented.extend({
}
this._moving = false;
+ this._startPoint = undefined;
}
});
More information about the Libreoffice-commits
mailing list