You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeMirror 6 snippets: 0.0.8
Extra markdown editor settings: 1.3.0
Extra Markdown viewer settings: 0.4.0
Joplin debug tool: 0.2.0
Work tracker: 0.0.1
User agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
FTS enabled: 1
Hermes enabled: 0
Current behaviour
Create a new note.
Click just below the editor.
Check the console.
On Android/iOS, it may be necessary to connect to the note editor WebView through Chrome/Safari dev tools.
Note:
Expected behaviour
No error should be logged
Logs
Logs
VM66:21 Logger: Trying to access globalLogger, but it has not been initialized. Make sure that initializeGlobalLogger() has been called before logging. Will use the console as fallback.
get globalLogger @ VM66:21
debug @ VM66:21
a @ VM66:21
t.focus @ VM66:21
focus @ VM66:21
execCommand @ VM66:21
(anonymous) @ VM66:21
(anonymous) @ VM66:21
i @ VM66:21
invokeLocalMethod @ VM66:21
(anonymous) @ VM66:21
(anonymous) @ VM66:21
i @ VM66:21
onMessage @ VM66:21
handleMessage @ VM66:21
(anonymous) @ VM65:15
VM66:21 [UNINITIALIZED GLOBAL LOGGER] debug: focusHandler: ['Action "focus" from "editorCommands::focus"']
VM66:21 Logger: Trying to access globalLogger, but it has not been initialized. Make sure that initializeGlobalLogger() has been called before logging. Will use the console as fallback.
get globalLogger @ VM66:21
debug @ VM66:21
a @ VM66:21
t.focus @ VM66:21
(anonymous) @ VM66:21
VM66:21 [UNINITIALIZED GLOBAL LOGGER] debug: focusHandler: ['Action "focus" from "initial editor focus"']
VM66:21 Logger: Trying to access globalLogger, but it has not been initialized. Make sure that initializeGlobalLogger() has been called before logging. Will use the console as fallback.
get globalLogger @ VM66:21
debug @ VM66:21
a @ VM66:21
t.focus @ VM66:21
(anonymous) @ VM66:21
VM66:21 [UNINITIALIZED GLOBAL LOGGER] debug: focusHandler: ['Action "focus" from "initial editor focus"']
VM66:21 Logger: Trying to access globalLogger, but it has not been initialized. Make sure that initializeGlobalLogger() has been called before logging. Will use the console as fallback.
get globalLogger @ VM66:21
debug @ VM66:21
a @ VM66:21
t.focus @ VM66:21
(anonymous) @ VM66:21
VM66:21 [UNINITIALIZED GLOBAL LOGGER] debug: focusHandler: ['Action "focus" from "initial editor focus"']
VM66:21 Logger: Trying to access globalLogger, but it has not been initialized. Make sure that initializeGlobalLogger() has been called before logging. Will use the console as fallback.
get globalLogger @ VM66:21
debug @ VM66:21
a @ VM66:21
t.focus @ VM66:21
(anonymous) @ VM66:21
VM66:21 [UNINITIALIZED GLOBAL LOGGER] debug: focusHandler: ['Action "focus" from "initial editor focus"']
Operating system
Android
Joplin version
3.1.4
Desktop version info
Joplin Mobile 3.1.0 (prod, web)
Client ID: c9753a654f794553955d5045a26d61b8
Sync Version: 3
Profile Version: 47
Keychain Supported: No
Revision: b97a14c (dev)
CodeMirror 6 snippets: 0.0.8
Extra markdown editor settings: 1.3.0
Extra Markdown viewer settings: 0.4.0
Joplin debug tool: 0.2.0
Work tracker: 0.0.1
User agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
FTS enabled: 1
Hermes enabled: 0
Current behaviour
Note:
Expected behaviour
No error should be logged
Logs
Logs
From here:
joplin/packages/app-mobile/components/NoteEditor/CodeMirror/CodeMirror.ts
Line 71 in 90640e5
And here:
joplin/packages/editor/CodeMirror/editorCommands/editorCommands.ts
Line 27 in 90640e5
The text was updated successfully, but these errors were encountered: