fix prettier

This commit is contained in:
mike-000
2020-07-20 17:06:52 +01:00
committed by GitHub
parent 21f4d4998b
commit 9fb45aa2d2

View File

@@ -149,7 +149,9 @@ class DragAndDrop extends Interaction {
if (features && features.length > 0) {
if (this.source_) {
this.source_.clear();
this.source_.addFeatures(/** @type {Array<import("../Feature.js").default>} */ (features));
this.source_.addFeatures(
/** @type {Array<import("../Feature.js").default>} */ (features)
);
}
this.dispatchEvent(
new DragAndDropEvent(