1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +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

@@ -374,6 +374,7 @@ function NoteEditor(props: Props, ref: any) {
...props.contentStyle,
}}>
<ExtendedWebView
webviewInstanceId='NoteEditor'
themeId={props.themeId}
ref={webviewRef}
html={html}