1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Mobile: Fix multiple webview instances (#6841)

This commit is contained in:
Henry Heino
2022-09-12 02:46:12 -07:00
committed by GitHub
parent ea14488dc3
commit 9f3a4e0d99
3 changed files with 8 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ export default function NoteBodyViewer(props: Props) {
return (
<View style={props.style}>
<ExtendedWebView
webviewInstanceId='NoteBodyViewer'
themeId={props.themeId}
style={webViewStyle}
html={html}