1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/templates/tags
Kevin Ansfield 9cf511f486 Fixed enter in tag screen inputs triggering save (#1381)
no issue

- `{{gh-task-button}}` was used inside a form but didn't have a `type="button"` property which meant the browser was treating it as a submit button and triggering the save action and related animation before the field's focus-out was called resulting in a save request before the scratch value is transferred to the model
- removed the submit action from the `<form>` element to prevent any other accidental triggers before scratch values have been transferred into real model values
2019-10-21 21:03:27 +05:30
..
index.hbs 🎨 Updated tags screen design and usability (#1283) 2019-08-27 19:21:31 +05:30
tag.hbs Fixed enter in tag screen inputs triggering save (#1381) 2019-10-21 21:03:27 +05:30