-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Description:
After opening the LaTeX input dialog, the original code editor becomes uneditable.
Steps to Reproduce:
- Open a note containing a formula area in Joplin.
- Select a portion of the formula to be processed.
- Invoke the Katex Input Helper dialog using the designated keyboard shortcut.
- Observe that the original code editor is now unresponsive and cannot be edited.
Expected Behavior:
The user should still be able to edit content in the original code editor even after the LaTeX input dialog has been opened.
Actual Behavior:
Once the LaTeX input dialog is opened, interaction with the original code editor is blocked.
Environment:
- Joplin Version: 3.2.12
- Operating System: Windows
- Plugin Version: 1.0.7
Additional Information:
This issue may be related to how the LaTeX input dialog is implemented, possibly making it modal or overlaying in a way that locks out other interactions within Joplin.
One potential solution could be to ensure that the LaTeX input dialog is non-modal, allowing users to interact with other parts of Joplin while the dialog is open. This behavior was addressed in previous versions (e.g., 1.0.3), but it seems the issue has resurfaced.