You've already forked joplin
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:
@@ -374,6 +374,7 @@ function NoteEditor(props: Props, ref: any) {
|
||||
...props.contentStyle,
|
||||
}}>
|
||||
<ExtendedWebView
|
||||
webviewInstanceId='NoteEditor'
|
||||
themeId={props.themeId}
|
||||
ref={webviewRef}
|
||||
html={html}
|
||||
|
||||
Reference in New Issue
Block a user