mirror of
https://github.com/searxng/searxng.git
synced 2026-05-13 22:45:47 +02:00
[fix] themes: run \#invoke after class constructor (#5757)
Move \#invoke into a microtask that will run after current call stack completes Closes: https://github.com/searxng/searxng/issues/5756
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
import "ol/ol.css?inline";
|
||||
import "ol/ol.css";
|
||||
import { Feature, Map as OlMap, View } from "ol";
|
||||
import { GeoJSON } from "ol/format";
|
||||
import { Point } from "ol/geom";
|
||||
|
||||
Reference in New Issue
Block a user