tauri/.changes/plugin-ready-hook.md
Lucas Fernandes Nogueira 23132acf76
fix(tauri): run plugin::ready without webview.dispatch (#1164)
* fix(tauri): run plugin::ready without webview.dispatch

* chore: add change file
2021-01-29 09:22:17 +01:00

6 lines
83 B
Markdown

---
"tauri": "patch"
---
Fixes the event system usage on the plugin `ready` hook.