Use existing collection

This commit is contained in:
Andreas Hocevar
2020-12-03 23:33:18 +01:00
parent 18d15879bf
commit 1473731854

View File

@@ -426,7 +426,7 @@ class Modify extends PointerInteraction {
this.dispatchEvent(
new ModifyEvent(
ModifyEventType.MODIFYSTART,
new Collection(features),
this.featuresBeingModified_,
evt
)
);