mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-05 13:10:24 +00:00
Consistently use -1 for temporary file size (#1464)
This commit is contained in:
@@ -65,7 +65,7 @@ export class UserFile {
|
||||
}
|
||||
|
||||
get isTemporary() {
|
||||
return this.size === 0
|
||||
return this.size === -1
|
||||
}
|
||||
|
||||
get isPersisted() {
|
||||
|
||||
Reference in New Issue
Block a user