Skip to content

Commit e468923

Browse files
committed
chore(scroll-assist): run lint
1 parent 06dd321 commit e468923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/utils/input-shims/hacks/scroll-assist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ const setManualFocus = (el: HTMLElement) => {
190190
* the attribute here, screen readers would be unable to navigate to and interact
191191
* with these sibling elements.
192192
*
193-
* Without this check, we would need to call `ev.stopPropagation()` on the
193+
* Without this check, we would need to call `ev.stopPropagation()` on the
194194
* 'focusin' event of each focusable sibling to prevent the scroll assist
195195
* listener from incorrectly moving focus back to the input. This approach
196196
* is less maintainable and more error-prone.

0 commit comments

Comments
 (0)