Wrong method call

This commit is contained in:
portree_kid 2020-05-21 18:16:25 +02:00
parent f3703d1ef8
commit 0938ab8780

View File

@ -29,7 +29,7 @@ L.RunwayNode = L.Marker.extend({
event.target.options.attributes &&
event.target.options.attributes.selected) {
event.target.options.attributes.selected = false;
event.target.updateStyle();
event.target.deselect();
this.unwatch();
}
}