mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-01 11:10:00 +00:00
[CodeHealth] Convert useAutoSize to kwargs (#2259)
This commit is contained in:
@@ -78,7 +78,7 @@ const terminalCreated = (
|
||||
) => {
|
||||
xterm = terminal
|
||||
|
||||
useAutoSize(root, true, true)
|
||||
useAutoSize({ root, autoRows: true, autoCols: true })
|
||||
electron.onLogMessage((message: string) => {
|
||||
terminal.write(message)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user