Use existing collection

This commit is contained in:
Andreas Hocevar
2020-12-03 23:33:18 +01:00
parent 18d15879bf
commit 1473731854
+1 -1
View File
@@ -426,7 +426,7 @@ class Modify extends PointerInteraction {
this.dispatchEvent( this.dispatchEvent(
new ModifyEvent( new ModifyEvent(
ModifyEventType.MODIFYSTART, ModifyEventType.MODIFYSTART,
new Collection(features), this.featuresBeingModified_,
evt evt
) )
); );