mirror of https://github.com/node-red/node-red.git
add cancel operation to editableList
parent
910f6134f6
commit
662b1a8100
|
@ -417,6 +417,9 @@
|
|||
} else {
|
||||
return null;
|
||||
}
|
||||
},
|
||||
cancel: function() {
|
||||
this.element.sortable("cancel");
|
||||
}
|
||||
});
|
||||
})(jQuery);
|
||||
|
|
Loading…
Reference in New Issue