tessus/joplin-plugin-menu-shortcut-toolbar

Join Lines is not working in latest version of Joplin

Open

#10 opened on Sep 28, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (3 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (27 stars)
PR merge metrics
 (PR metrics pending)

Description

When enabled, using the standard keyboard shortcut for joining lines CTRL+J does nothing visually but does show the following error in the console:

Uncaught (in promise) RangeError: Maximum call stack size exceeded at _pn.execCommand (CodeMirrorControl.ts:51:18) at _pn.joinLines (:14:8) at _pn.execCommand (CodeMirror5Emulation.ts:510:38) at _pn.execCommand (CodeMirrorControl.ts:58:26) at _pn.joinLines (:14:8) at _pn.execCommand (CodeMirror5Emulation.ts:510:38) at _pn.execCommand (CodeMirrorControl.ts:58:26) at _pn.joinLines (:14:8) at _pn.execCommand (CodeMirror5Emulation.ts:510:38) at _pn.execCommand (CodeMirrorControl.ts:58:26)

Contributor guide