This commit is contained in:
konnorrogers
2023-11-30 16:14:35 -05:00
parent 58ef42636c
commit 34f306492b
2 changed files with 1 additions and 2 deletions

View File

@@ -1686,4 +1686,4 @@ The following pages demonstrate why this change was necessary.
## 2.0.0-beta.1
- Initial release
- Initial release

View File

@@ -132,4 +132,3 @@ export function getTabbableElements(root: HTMLElement | ShadowRoot) {
return bTabindex - aTabindex;
});
}