Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Apr 16:46
fix tauri interactivity: defer script + guard __TAURI__ submodules

classic <script> was running before window.__TAURI__.event / .webview
were populated, so accessing .event.listen threw and halted the whole
script (theme toggle, dropzone click, drag-drop all dead). switched
back to type="module" so it runs after init, and added ?. guards.