1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

iOS: Fixes #8557: Fix white flash when editing notes in dark mode (#9987)

This commit is contained in:
Henry Heino
2024-02-24 03:39:21 -08:00
committed by GitHub
parent 774d924abd
commit ff62bd8ff7
4 changed files with 4 additions and 14 deletions

View File

@ -314,7 +314,6 @@ const ImageEditor = (props: Props) => {
return (
<ExtendedWebView
themeId={props.themeId}
html={html}
injectedJavaScript={injectedJavaScript}
allowFileAccessFromJs={true}