Show rectangle bounds while moving the shape
Change-Id: Ic9a305267ab64e87d503db688555feb01647114d Signed-off-by: mert <mert.tumer@collabora.com>
This commit is contained in:
parent
84ad87284a
commit
63839fec60
1 changed files with 1 additions and 0 deletions
|
@ -1190,6 +1190,7 @@ L.Handler.PathTransform = L.Handler.extend({
|
|||
*/
|
||||
_onDragStart: function() {
|
||||
this._hideHandlers();
|
||||
this._rect.options.opacity = 1;
|
||||
this._map.addLayer(this._rect);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue