Commit fd9cbb40 authored by Jérome Perrin's avatar Jérome Perrin

Graph editor: also set the title attribute after edition

parent f0031c2b
......@@ -373,6 +373,7 @@
new_id = data.id;
if (data.data.name) {
$(gadget.props.element).find("#" + element_id).text(data.data.name)
.attr("title", data.data.name)
.append('<div class="ep"></div></div>');
gadget.props.data.graph.node[node_id].name = data.data.name;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment