mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-27 02:04:09 +00:00
[Refactor] Standardise code style - modern JS (#636)
Uses unicorn rules to auto-refactor code. All verified.
This commit is contained in:
@@ -33,8 +33,8 @@ export class KnobWidget extends BaseWidget implements IKnobWidget {
|
||||
return {
|
||||
minHeight: 60,
|
||||
minWidth: 20,
|
||||
maxHeight: 1000000,
|
||||
maxWidth: 1000000,
|
||||
maxHeight: 1_000_000,
|
||||
maxWidth: 1_000_000,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user