This commit is contained in:
@@ -501,11 +501,6 @@ watch(
|
||||
{ immediate: true }
|
||||
)
|
||||
|
||||
watch(activeFloorId, (floorId) => {
|
||||
if (!floorId || loadingFloorId.value === floorId) return
|
||||
renderedFloorId.value = floorId
|
||||
})
|
||||
|
||||
const searchFieldStyle = computed(() => ({
|
||||
top: props.searchTop
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user