Reset filePath after creating new file
This commit is contained in:
parent
6456907259
commit
8c0945813e
|
|
@ -2472,6 +2472,7 @@ function _newFile(width, height, fps) {
|
|||
config.fileWidth = width
|
||||
config.fileHeight = height
|
||||
config.framerate = fps
|
||||
filePath = undefined
|
||||
saveConfig()
|
||||
undoStack = []
|
||||
redoStack = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue