mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 08:05:44 +00:00
fix(frontend): fix app map reactivity (#1260)
This commit is contained in:
@@ -147,7 +147,6 @@
|
||||
})
|
||||
|
||||
$: css = concatCustomCss($app.css?.mapcomponent, customCss)
|
||||
$: gridItem = findGridItem($app, id)
|
||||
|
||||
function updateRegionOutput() {
|
||||
if (map) {
|
||||
@@ -164,6 +163,8 @@
|
||||
}
|
||||
|
||||
function handleSyncRegion() {
|
||||
const gridItem = findGridItem($app, id)
|
||||
|
||||
if (!map || !gridItem) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user