summaryrefslogtreecommitdiff
path: root/src/rz_core.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/rz_core.js')
-rw-r--r--src/rz_core.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rz_core.js b/src/rz_core.js
index 176f2855..6eaeb557 100644
--- a/src/rz_core.js
+++ b/src/rz_core.js
@@ -89,6 +89,7 @@ var svgInput = (function() {
} else {
graph.editName(d.id, newname);
}
+ rz_bus.names.push([newname]);
update_view__graph(true);
}
}