feat: fix some issue with dragging sockets

This commit is contained in:
2024-04-16 13:43:03 +02:00
parent 3d3ea5b5f8
commit 097b99ef55
4 changed files with 792 additions and 755 deletions

View File

@@ -1,7 +1,6 @@
{
"input": {
"type": "float",
"value": 0.0,
"type": "plant",
"external": true
}
}

View File

@@ -3,7 +3,7 @@ use utils::{evaluate_args, generate_outputs, get_args};
use wasm_bindgen::prelude::*;
use web_sys::console;
generate_outputs!(["stem"]);
generate_outputs!(["plant"]);
generate_input_types_file!("src/input.json");
#[wasm_bindgen]