0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Fixed flash of "Save" button after save has completed

refs https://github.com/TryGhost/Team/issues/1597

- disabled automatic reset of the `<GhTaskButton>` used for saving so we don't have conflicting timeouts (button state auto reset is 2.5sec, display of save button before it's removed is 3sec)
This commit is contained in:
Kevin Ansfield 2022-05-10 11:32:06 +01:00
parent 713e2b5ecc
commit f8084f69dc

View file

@ -20,6 +20,7 @@
@successClass="midlightgrey"
@failureClass="red"
@showIcon={{false}}
@autoReset={{false}}
/>
{{/if}}