Skip to content

Revamped keyboard navigation, tabs can be removed by 'delete' or 'backspace' key

Compare
Choose a tag to compare
@pramjeet pramjeet released this 26 Mar 16:07
· 13 commits to master since this release

Earlier it was a custom scroll method to highlight a active or selected tab in the list, now it is done using the 'tabindex' and 'focus' properties of HTML and javascript. Anoother important change is that tabs an be removed by 'delete' and 'backspace' keys