You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
I would like to have the setStatus method in the public api.
I want to handle the file delete process without doing an ajax call.
This works well using the onSubmitDelete event, and calling remove() on the dom node, but without changing the status of the file, it keeps it on the queue as valid, and the itemLimit property is broken because of that.