fix(WebviewContainer): update webview partition to use a generic identifier
This commit is contained in:
parent
e3ba44fc2c
commit
03a18c1f3b
@ -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…
x
Reference in New Issue
Block a user