Skip to content

Commit

Permalink
Fix save button not triggering
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Melton <64045831+melton-jason@users.noreply.github.com>
  • Loading branch information
sharadsw and melton-jason authored May 17, 2024
1 parent c1d37ca commit 2b4d619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export function useHotHooks({
'UndoRedo.undo',
'UndoRedo.redo',
].includes(source) ||
workbench.hot !== undefined ||
workbench.hot === undefined ||
unfilteredChanges === null
)
return;
Expand Down

0 comments on commit 2b4d619

Please sign in to comment.