resolve PR issues...

- change default keymap to `ALT-L L`
- Move `RED.nodes.createNode` to `RED.view.createNode`
- replace `selectedLinks` with `selection().links`
This commit is contained in:
Steve-Mcl
2022-03-05 11:06:13 +00:00
parent 62315fd478
commit fce4f0c116
3 changed files with 95 additions and 10 deletions

View File

@@ -91,6 +91,6 @@
"alt-a c": "core:align-selection-to-center",
"alt-a h": "core:distribute-selection-horizontally",
"alt-a v": "core:distribute-selection-vertically",
"alt-l": "core:split-wire-with-link-nodes"
"alt-l l": "core:split-wire-with-link-nodes"
}
}