mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
Fix comment
This commit is contained in:
@@ -194,7 +194,7 @@ export class Dropdown {
|
||||
return;
|
||||
}
|
||||
|
||||
// Close when tabbing results in the focus leaving the close element
|
||||
// Close when tabbing results in the focus leaving the containing element
|
||||
if (event.key === 'Tab') {
|
||||
setTimeout(() => {
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user