mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-19 22:09:37 +00:00
[3d] flash preview screen board if reach out limitation
This commit is contained in:
@@ -223,9 +223,6 @@ class Load3d {
|
||||
this.previewWidth = Math.min(MAX_PREVIEW_WIDTH, this.previewWidth + 10)
|
||||
}
|
||||
|
||||
console.log('oldWidth', oldWidth)
|
||||
console.log('this.previewWidth', this.previewWidth)
|
||||
|
||||
if (
|
||||
oldWidth !== this.previewWidth &&
|
||||
(this.previewWidth === MIN_PREVIEW_WIDTH ||
|
||||
|
||||
Reference in New Issue
Block a user