mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
remove reapply
This commit is contained in:
parent
d192bdcdc0
commit
ac23cbb523
1 changed files with 6 additions and 5 deletions
|
|
@ -391,11 +391,12 @@ export const EditToolButtonsHTML = ({
|
|||
if (isDisabled) return null
|
||||
|
||||
if (streamState === 'idle-no-changes') {
|
||||
return <IconShell1
|
||||
Icon={RotateCw}
|
||||
onClick={onClickSubmit}
|
||||
{...tooltipPropsForApplyBlock({ tooltipName: 'Reapply' })}
|
||||
/>
|
||||
return null
|
||||
// return <IconShell1
|
||||
// Icon={RotateCw}
|
||||
// onClick={onClickSubmit}
|
||||
// {...tooltipPropsForApplyBlock({ tooltipName: 'Reapply' })}
|
||||
// />
|
||||
}
|
||||
|
||||
if (streamState === 'idle-has-changes') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue