mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-15 10:19:55 -05:00
Fix: SplashScreen MemoryLeak + WebUI Bypass
This commit is contained in:
@@ -102,6 +102,7 @@
|
||||
}
|
||||
|
||||
function triggerSplash() {
|
||||
if (appState.idleSplash) return
|
||||
splashTriggered = true
|
||||
setTimeout(() => splashTriggered = false, 200)
|
||||
appState.idleSplash = true
|
||||
|
||||
Reference in New Issue
Block a user