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:
parent
713e2b5ecc
commit
f8084f69dc
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
@successClass="midlightgrey"
|
||||
@failureClass="red"
|
||||
@showIcon={{false}}
|
||||
@autoReset={{false}}
|
||||
/>
|
||||
{{/if}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue