dumberjs / dumber-gist

A lightweight online IDE to write JS SPA prototypes in your own GitHub gists.
https://gist.dumber.app
MIT License
28 stars 2 forks source link

[Feature Request] Ctrl Enter should submit form when saving gist #20

Closed bigopon closed 4 years ago

bigopon commented 4 years ago

image

3cp commented 4 years ago

If switch textarea to input, form can handle "enter" for submit.

Description in github gist is actually single line string, but has no problem to save a string with line breaks.

Probably I should not use textarea for it.