Merge pull request #4077 from node-red-hitachi/support-editablelist-cnacel

add cancel operation to editableList
This commit is contained in:
Nick O'Leary 2023-03-02 15:13:48 +00:00 committed by GitHub
commit 781eaf058b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);