mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 21:04:48 +00:00
These tweaks will help adoption of the non-mixin-based uppy patterns. - Add `type:` to default arguments list - Update pick-files-button to support explicit element registration - Make `cancelSingleUpload` a public API, and add `cancelAllUploads` - Remove `isDestroyed` logic - it doesn't do anything outside a component - Add `@bind` to `setup()` - Allow `additionalParams` to be a function - Fix `autoStart` mixin shim