mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
1931582683
With a <textarea> DOM element pressing the enter key will result in a "Enter" key down event and a "\n" input event. We're only interested in the key event, so switching to a single line <input> avoids the extra "\n". Signed-off-by: Elias Naur <mail@eliasnaur.com>