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

Android: Allow debugging plugins (#10156)

This commit is contained in:
Henry Heino
2024-03-20 03:52:58 -07:00
committed by GitHub
parent 9c3e751ebc
commit 7d068cfb87
6 changed files with 34 additions and 3 deletions

View File

@ -517,6 +517,7 @@ function NoteEditor(props: Props, ref: any) {
ref={webviewRef}
html={html}
injectedJavaScript={injectedJavaScript}
hasPluginScripts={codeMirrorPlugins.length > 0}
onMessage={onMessage}
onLoadEnd={onLoadEnd}
onError={onError}