1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/packages/node_modules/@node-red
Nick O'Leary 057127f4de
Hitting enter in Comment node name field clicks markdown button
When Enter is pressed in a form, the browser will find the first
submittable element and trigger it. By default <button> elements
have type set to 'submit' which causes them to be targetted by
this behaviour.

Adding `type="button"` prevents this behaviour. This change
targets some main offenders - in particular the markdown toolbar.

There are of lots of other `<button>` elements without this attribute
set, so they need tidying up. Not currently aware of any others that
exist in a <Form> so may be immune from this behaviour.
2019-02-13 20:41:34 +00:00
..
editor-api Fix use of custom auth strategy plugins 2019-02-12 10:45:38 +00:00
editor-client Hitting enter in Comment node name field clicks markdown button 2019-02-13 20:41:34 +00:00
nodes Bump to 0.20.0-beta.5 2019-02-08 10:41:22 +00:00
registry Bump to 0.20.0-beta.5 2019-02-08 10:41:22 +00:00
runtime Remove remnants of when library in git/index 2019-02-11 09:01:40 +00:00
util Bump to 0.20.0-beta.5 2019-02-08 10:41:22 +00:00