mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(core): properly remove isolation script from DOM (#10703)
This commit is contained in:
committed by
GitHub
parent
762cf31a11
commit
9bcff3cd79
5
.changes/fix-android-remove-current-script.md
Normal file
5
.changes/fix-android-remove-current-script.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri-utils": patch:bug
|
||||
---
|
||||
|
||||
Properly remove isolation script on Android.
|
||||
@@ -149,6 +149,6 @@
|
||||
}
|
||||
|
||||
setTimeout(waitUntilReady, readyIntervalMs)
|
||||
|
||||
document.currentScript.remove()
|
||||
})()
|
||||
|
||||
document.currentScript?.remove()
|
||||
|
||||
Reference in New Issue
Block a user