From 666c996f8e33fd91bba13c3f90a94b4d395e573c Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Mon, 10 May 2021 19:53:30 +0100 Subject: [PATCH] Update src/ol/interaction/Translate.js Co-authored-by: Tim Schaub --- src/ol/interaction/Translate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/interaction/Translate.js b/src/ol/interaction/Translate.js index ac23dfe9a4..b40de7ff89 100644 --- a/src/ol/interaction/Translate.js +++ b/src/ol/interaction/Translate.js @@ -47,7 +47,7 @@ const TranslateEventType = { * @property {import("../events/condition.js").Condition} [condition] A function that * takes an {@link module:ol/MapBrowserEvent~MapBrowserEvent} and returns a * boolean to indicate whether that event should be handled. - * Default is {@link module:ol/events/condition~always}. + * Default is {@link module:ol/events/condition.always}. * @property {Collection} [features] Only features contained in this collection will be able to be translated. If * not specified, all features on the map will be able to be translated. * @property {Array|function(import("../layer/Layer.js").default): boolean} [layers] A list of layers from which features should be