[react] fix: Pattern reset button (#258)
Fixes #252 Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/258 Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org> Co-authored-by: Jonathan Haas <haasjona@gmail.com> Co-committed-by: Jonathan Haas <haasjona@gmail.com>
This commit is contained in:
parent
7bb1f8cf3d
commit
0364e9c463
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ export const HeaderMenuUndoIcons = (props) => {
|
|||
) : null}
|
||||
</HeaderMenuDropdown>
|
||||
<Button
|
||||
updateHandler={update.clearAll}
|
||||
updateHandler={update.clearPattern}
|
||||
tooltip="Reset all settings, but keep the design and measurements"
|
||||
>
|
||||
<TrashIcon className={`${size} tw-text-secondary`} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue