Browse Source

Fix: click on folder checkbox should select folder

this keeps breaking :scream:
Artur Paikin 7 years ago
parent
commit
5a5aa3e2d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/plugins/Provider/view/TableRow.js

+ 1 - 1
src/plugins/Provider/view/TableRow.js

@@ -35,7 +35,7 @@ module.exports = (props) => {
             onkeyup={stop}
             onkeydown={stop}
             onkeypress={stop} />
-          <label for={uniqueId} onclick={handleItemClick} />
+          <label for={uniqueId} />
         </div>
         <button type="button" class="uppy-ProviderBrowserTable-item" aria-label={`Select ${props.title}`} tabindex="0" onclick={handleItemClick}>
           {props.getItemIcon()} {props.title}