Reset filePath after creating new file

This commit is contained in:
Skyler Lehmkuhl 2024-12-22 05:34:16 -05:00
parent 6456907259
commit 8c0945813e
1 changed files with 1 additions and 0 deletions

View File

@ -2472,6 +2472,7 @@ function _newFile(width, height, fps) {
config.fileWidth = width
config.fileHeight = height
config.framerate = fps
filePath = undefined
saveConfig()
undoStack = []
redoStack = []