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.fileWidth = width
|
||||||
config.fileHeight = height
|
config.fileHeight = height
|
||||||
config.framerate = fps
|
config.framerate = fps
|
||||||
|
filePath = undefined
|
||||||
saveConfig()
|
saveConfig()
|
||||||
undoStack = []
|
undoStack = []
|
||||||
redoStack = []
|
redoStack = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue