mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 08:48:12 +08:00
Rename the Group type to Graphic everywhere (#3009)
This commit is contained in:
@@ -744,7 +744,7 @@ impl EditorHandle {
|
||||
self.dispatch(message);
|
||||
}
|
||||
|
||||
/// Merge a group of nodes into a subnetwork
|
||||
/// Merge the selected nodes into a subnetwork
|
||||
#[wasm_bindgen(js_name = mergeSelectedNodes)]
|
||||
pub fn merge_nodes(&self) {
|
||||
let message = NodeGraphMessage::MergeSelectedNodes;
|
||||
|
||||
Reference in New Issue
Block a user