Closed nichochar closed 4 weeks ago
The backend now has a writeFile function (which we should use most of the time) which also broadcasts the update to the frontend.
writeFile
This fixes the bug with undo/redo not updating files live in the client.
This also lays the ground for version switching, coming later
The backend now has a
writeFile
function (which we should use most of the time) which also broadcasts the update to the frontend.This fixes the bug with undo/redo not updating files live in the client.
This also lays the ground for version switching, coming later