mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-07-09 19:17:16 +08:00
Update spline_editor.js
This commit is contained in:
parent
38f1d0c08a
commit
84185b35f6
@ -391,7 +391,7 @@ function createSplineEditor(context, reset=false) {
|
|||||||
var vis = new pv.Panel()
|
var vis = new pv.Panel()
|
||||||
.width(w)
|
.width(w)
|
||||||
.height(h)
|
.height(h)
|
||||||
.fillStyle("var(--comfy-menu-bg)")
|
.fillStyle("var(--comfy-input-bg)")
|
||||||
.strokeStyle("gray")
|
.strokeStyle("gray")
|
||||||
.lineWidth(2)
|
.lineWidth(2)
|
||||||
.antialias(false)
|
.antialias(false)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user