mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Basic node label editor
This commit is contained in:
@@ -62,6 +62,9 @@ RED.stack = (function() {
|
||||
};
|
||||
entry.expand = function() {
|
||||
if (!entry.isExpanded()) {
|
||||
if (entry.onexpand) {
|
||||
entry.onexpand.call(entry);
|
||||
}
|
||||
icon.addClass("expanded");
|
||||
entry.content.slideDown(200);
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user