Make sure the code-init is robust when local storage is empty #333
Reference in New Issue
Block a user
Delete Branch "kurt/fix-init-code-bug"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We put draft code into local storage so user's don't lose their code if they click away in draft, but because of this a bug had creeped in that would cause error if it was the user's first time on the site, I need to remember to clear my local storage when doing regression testing.
Even though it was local storage that cause the bug, this code wasn't working either, even since we introduced CadQuery because it needs to deal with two cade package which it wasn't doing so that's fixed too now.