mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-23 19:32:29 +02:00
* fix: use webview's resources table * fix clipboard into_img usage * fix mobile
9 lines
218 B
Markdown
9 lines
218 B
Markdown
---
|
|
"fs": "patch"
|
|
"http": "patch"
|
|
"updater": "patch"
|
|
"clipboard-manager": "patch"
|
|
---
|
|
|
|
Internally use the webview scoped resources table instead of the app one, so other webviews can't access other webviews resources.
|