loleaflet/src/dom/Draggable.js | 1 + 1 file changed, 1 insertion(+) New commits: commit e860732e829d4e3d21a2ebbbbba3a26c59ad080f Author: Henry Castro <hcas...@collabora.com> AuthorDate: Sun Jun 30 17:15:10 2019 -0400 Commit: Henry Castro <hcas...@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 <hcas...@collabora.com> Tested-by: Henry Castro <hcas...@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; } }); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits