We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9604cce commit ca53161Copy full SHA for ca53161
1 file changed
src/fields/MapField.php
@@ -479,7 +479,6 @@ private function _renderMap (Map $value, bool $isSettings = false): string
479
480
$containerId = 'map-' . $this->id . 'container';
481
$vueContainerId = $view->namespaceInputId($containerId);
482
- $view->registerJsFile('https://polyfill.io/v3/polyfill.min.js?flags=gated&features=default%2CIntersectionObserver%2CIntersectionObserverEntry');
483
$view->registerAssetBundle(MapAsset::class);
484
$view->registerJs('new Vue({ el: \'#' . $vueContainerId . '\' });');
485
$view->registerTranslations('simplemap', [
0 commit comments