add cancel operation to editableList

This commit is contained in:
Hiroyasu Nishiyama 2023-02-27 14:31:44 +09:00
parent 910f6134f6
commit 662b1a8100
1 changed files with 3 additions and 0 deletions

View File

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