Merge pull request #19 from gaearon/fix-tabs

This commit is contained in:
Miguel Sozinho Ramalho
2022-04-04 17:51:52 +01:00
committed by GitHub
2 changed files with 48 additions and 41 deletions

View File

@@ -10,3 +10,6 @@ export function ToolbarButton({ isActive, iconKey, onClick, label }) {
</div>
);
}
// https://github.com/reactjs/react-tabs#set-tabsrole
ToolbarButton.tabsRole = "Tab";