mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-07 13:59:28 +08:00
fix(WebviewContainer): update webview partition to use a generic identifier
This commit is contained in:
parent
36fc00e15d
commit
f94255ffe4
@ -67,7 +67,7 @@ const WebviewContainer = memo(
|
|||||||
ref={setRef(appid)}
|
ref={setRef(appid)}
|
||||||
style={WebviewStyle}
|
style={WebviewStyle}
|
||||||
allowpopups={'true' as any}
|
allowpopups={'true' as any}
|
||||||
partition={`persist:webview-${appid}`}
|
partition="persist:webview"
|
||||||
nodeintegration={'true' as any}
|
nodeintegration={'true' as any}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user