Show rectangle bounds while moving the shape

Change-Id: Ic9a305267ab64e87d503db688555feb01647114d
Signed-off-by: mert <mert.tumer@collabora.com>
This commit is contained in:
mert 2021-02-25 09:44:34 +03:00 committed by Mert Tümer
parent 84ad87284a
commit 63839fec60

View file

@ -1190,6 +1190,7 @@ L.Handler.PathTransform = L.Handler.extend({
*/
_onDragStart: function() {
this._hideHandlers();
this._rect.options.opacity = 1;
this._map.addLayer(this._rect);
},