mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-14 16:37:22 +02:00
e3d41f4011
* 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.
|