lisps / plugin-linksuggest

Dokuwiki Plugin
https://www.dokuwiki.org/plugin:linksuggest
GNU General Public License v2.0
8 stars 3 forks source link

Enter does not work when adding a link in a list #10

Open RealFoxie opened 3 years ago

RealFoxie commented 3 years ago

When adding a link in a list, the enter button makes a new list item, together with trying to select the link suggestion, making for some weird behaviour.

Example if there is a list of suggestions displayed here and the user presses enter on "test":

Pressing enter will make this happen:

The plugin should get priority over the enter event and should make sure it does not get forwarded to dokuwiki itself, if suggestions are shown.