set infotext timer to 10s

This commit is contained in:
Anton Tranelis 2025-02-03 10:20:04 +00:00
parent eb02d376df
commit b7fbbd4d89

View File

@ -73,7 +73,7 @@ export function UtopiaMapInner({
infoText && infoText &&
setTimeout(() => { setTimeout(() => {
toast(<TextView rawText={infoText} />, { autoClose: false }) toast(<TextView rawText={infoText} />, { autoClose: false })
}, 4000) }, 10000)
init.current = true init.current = true
} }
// eslint-disable-next-line react-hooks/exhaustive-deps // eslint-disable-next-line react-hooks/exhaustive-deps