diff --git a/src/ol/control/MousePosition.js b/src/ol/control/MousePosition.js index 0e4680d235..57ad4eb59b 100644 --- a/src/ol/control/MousePosition.js +++ b/src/ol/control/MousePosition.js @@ -104,8 +104,8 @@ class MousePosition extends Control { } /** - * @type {boolean} * Change this to `false` when removing the deprecated `undefinedHTML` option. + * @type {boolean} */ let renderOnMouseOut = true;