1
0
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:
Hiroyasu Nishiyama 2023-02-27 14:31:44 +09:00
parent 910f6134f6
commit 662b1a8100

View File

@ -417,6 +417,9 @@
} else { } else {
return null; return null;
} }
},
cancel: function() {
this.element.sortable("cancel");
} }
}); });
})(jQuery); })(jQuery);