mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-08 20:34:35 +08:00
Update spline_editor.js
This commit is contained in:
parent
a265879af0
commit
6510f7eda9
@ -312,6 +312,10 @@ function createSplineEditor(context, reset=false) {
|
||||
tension = tensionWidget.value
|
||||
updatePath();
|
||||
}
|
||||
pointsWidget.callback = () => {
|
||||
points_to_sample = pointsWidget.value
|
||||
updatePath();
|
||||
}
|
||||
|
||||
minValueWidget.callback = () => {
|
||||
updatePath();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user