Files
gio-patched/ui
Elias Naur 1931582683 ui/app: (wasm) switch from <textarea> to <input> to avoid double newline
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>
2019-06-09 15:11:02 +02:00
..
2019-03-31 10:47:22 +02:00
2019-03-31 14:45:26 +02:00
2019-06-08 11:00:59 +02:00
2019-03-31 14:45:26 +02:00