Add formatter script

This commit is contained in:
rektdeckard
2020-08-28 13:37:12 -04:00
parent 80fb113934
commit 3cfbb34713
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,6 @@ const StyleInput: React.FC<StyleInputProps> = () => {
className={`react-dropdown-select-item ${
itemIndex === cursor ? "react-dropdown-select-item-active" : ""
}`}
tabIndex={-1}
onClick={() => methods.addItem(item)}
>
{item.icon}