Tony
Tony
Reference: https://github.com/tauri-apps/tauri/issues/6063
Reference: https://github.com/SortableJS/Sortable/issues/973#issuecomment-406593777 This PR moves it to only be attached during dragging like our other event handlers
Closes #582 Closes #891
Closes #1535 Fixes #1256 Rework and add a setting to enable a store to debounce save on modification (on calls like set, clear, delete, reset)
When using single instance plugin on Windows, the second instance doesn't shutdown immediately Windows implementation uses `app.exit` while the Linux one uses `std::process::exit`, `app.exit` only sends a shutdown signal, and...
This filter will not work > `|metadata| metadata.target() == WEBVIEW_TARGET` https://github.com/tauri-apps/plugins-workspace/blob/753c7be0a6a78121d2e88ea0efc3040580c885b4/plugins/log/src/lib.rs#L362-L373 This overrides the target to be `webview:unknown` or something else from `location` parameter instead of `WEBVIEW_TARGET` https://github.com/tauri-apps/plugins-workspace/blob/753c7be0a6a78121d2e88ea0efc3040580c885b4/plugins/log/src/lib.rs#L233
I'm thinking it would be nice to have a built-in auto save feature for the store plugin, maybe a setting to enable a store to debounce save on modification (on...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....
Closes #5279 Waiting for https://github.com/tauri-apps/tao/pull/937
Didn't notice we actually did the fallback in both rust and js side in #1842