mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 15:10:06 +00:00
Merge pull request #108 from smarthug/patch-2
resolve "TypeError: Cannot redefine property: shape" issue
This commit is contained in:
@@ -163,7 +163,8 @@
|
||||
get: function(v) {
|
||||
return this._shape;
|
||||
},
|
||||
enumerable: true
|
||||
enumerable: true,
|
||||
configurable: true
|
||||
});
|
||||
|
||||
//warnings
|
||||
|
||||
Reference in New Issue
Block a user