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