浏览代码

Merge branch 'master' of https://github.com/transloadit/uppy

Artur Paikin 4 年之前
父节点
当前提交
213c4a4de7
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      packages/@uppy/core/src/index.js

+ 0 - 2
packages/@uppy/core/src/index.js

@@ -705,8 +705,6 @@ class Uppy {
   /**
    * Add multiple files to `state.files`. See the `addFile()` documentation.
    *
-   * This cuts some corners for performance, so should typically only be used in cases where there may be a lot of files.
-   *
    * If an error occurs while adding a file, it is logged and the user is notified. This is good for UI plugins, but not for programmatic use. Programmatic users should usually still use `addFile()` on individual files.
    */
   addFiles (fileDescriptors) {