diff --git a/src/editor/Editor.tsx b/src/editor/Editor.tsx index 0676b023..7726d500 100644 --- a/src/editor/Editor.tsx +++ b/src/editor/Editor.tsx @@ -218,7 +218,7 @@ const TabCloseButton: React.VoidFunctionComponent = ({ uuid })} minimal={true} small={true} - icon={'cross'} + icon="cross" // tabs are closed with delete button by keyboard, so // don't focus the close button tabIndex={-1}