You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a file is deleted from within the editor, it is removed visibly from the editor's file tree, but it is not removed as an EditorFile from the FileTreeState.
Repro Steps:
Create a new project
Create two new files
console.log the contents of the FileTree and see both files
Delete one of the two files
console.log the contents of the FileTree and both files will still be listed
The text was updated successfully, but these errors were encountered:
cm8263
added a commit
to cm8263/Telltale-Script-Editor
that referenced
this issue
Oct 10, 2022
When a file is deleted from within the editor, it is removed visibly from the editor's file tree, but it is not removed as an
EditorFile
from theFileTreeState
.Repro Steps:
console.log
the contents of the FileTree and see both filesconsole.log
the contents of the FileTree and both files will still be listedThe text was updated successfully, but these errors were encountered: