-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pressing Enter to "Add link" does not work anymore #1100
Comments
v0.90.12 is the last version that works properly. |
Based on the observations of @redeel-media, I suspect this might have something to do with the refactor/rewriting of note_autocomplete.js to typescript note_autocomplete.ts, as all dialogs in which I experience this issue use this service. |
I checked some more, and it seems I was wrong. I cannot, however, pinpoint what changed. Anyway, I did manage to implement a fix by adding a listener to the |
Description
When adding an internal Link (Ctrl + L), after selecting the note in the "Add link" modal (either by typing and choosing with mouse, or typing and confirming with enter) and pressing to add the link, the add link button in the modal becomes unresponsive, and no link is added to the note.
This is both in the local application and the web interface.
When clicking the "Add link"-button in the modal in its "unresponsive" state, the following error is printed to console:
ws.ts:21 13:19:16 No link to add.
Edit: the same is also true for the "Include note" Modal.
TriliumNext Version
0.91.5
What operating system are you using?
Other Linux
What is your setup?
Local + server sync
Operating System Version
Zorin OS 17.2 Core
Error logs
No response
The text was updated successfully, but these errors were encountered: