mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
set infotext timer to 10s
This commit is contained in:
parent
eb02d376df
commit
b7fbbd4d89
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user