Composer: Save before Accept

When doing front end development in composer - i have to accept the changes before I can see them in the live reload.

Ones accepted its harder to revert if i dont like them. Cmd+Z does not seem to work as well as it do in CMD+K mode.

So maybe save the changes before accepting - so I can preview the page update - and then reject or accept in composer.

3 Likes

Upvoted.
I have the same problem.
If multiple files break your program in the composer there is no way to revert.

Good idea. I’ve been using git to commit and revert the changes if the solution provided by Composer didn’t work, but I guess this isn’t a perfect solution if Composer thinks that the changes are still there