mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
add cancel operation to editableList
This commit is contained in:
parent
910f6134f6
commit
662b1a8100
@ -417,6 +417,9 @@
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
},
|
||||
cancel: function() {
|
||||
this.element.sortable("cancel");
|
||||
}
|
||||
});
|
||||
})(jQuery);
|
||||
|
Loading…
x
Reference in New Issue
Block a user