fix(core): properly remove isolation script from DOM (#10703)

This commit is contained in:
Lucas Fernandes Nogueira
2024-08-21 09:08:16 -03:00
committed by GitHub
parent 762cf31a11
commit 9bcff3cd79
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"tauri-utils": patch:bug
---
Properly remove isolation script on Android.

View File

@@ -149,6 +149,6 @@
}
setTimeout(waitUntilReady, readyIntervalMs)
document.currentScript.remove()
})()
document.currentScript?.remove()