mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +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)}
|
||||
style={WebviewStyle}
|
||||
allowpopups={'true' as any}
|
||||
partition={`persist:webview-${appid}`}
|
||||
partition="persist:webview"
|
||||
nodeintegration={'true' as any}
|
||||
/>
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user