mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02: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…
Reference in New Issue
Block a user