This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
- Open three files in the working set: A, B, and C
- Make sure file C is selected
- Close Brackets
- Delete file B
- Reopen Brackets
- Close file C
Result: after dismissing the error dialog about being unable to open file B, you're left with nothing selected in the left-hand pane, and file C still open in an editor but no longer listed in the working set.
Although it looks pretty broken/sketchy, I think the underlying Document stuff is still in an ok state -- if you type in the "orphaned" editor, file C is re-added to the working set and saving changes works.