Skip to content

Commit

Permalink
Remove focusable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed Sep 5, 2018
1 parent 20cd3b0 commit 63f63d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/editor/src/components/block-mover/drag-handle.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const IconDragHandle = ( { isVisible, className, icon, onFocus, onBlur, o
className={ dragHandleClassNames }
icon={ icon }
aria-hidden="true"
focusable="false"
aria-label=""
tabIndex="-1"
onFocus={ onFocus }
Expand Down

0 comments on commit 63f63d9

Please sign in to comment.