forked from joejulian/gio
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>