Add typed input fields for reactor length and resolution in advanced-reactor, fixed NaN bug in reactor length

This commit is contained in:
2025-06-24 12:32:11 +02:00
parent e5c9010093
commit 6b57a46aab
3 changed files with 21 additions and 10 deletions

View File

@@ -40,6 +40,14 @@
type:"num",
types:["num"]
});
$("#node-input-length").typedInput({
type:"num",
types:["num"]
});
$("#node-input-resolution_L").typedInput({
type:"num",
types:["num"]
});
$("#node-input-kla").typedInput({
type:"num",
types:["num"]