We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dd321 commit e468923Copy full SHA for e468923
core/src/utils/input-shims/hacks/scroll-assist.ts
@@ -190,7 +190,7 @@ const setManualFocus = (el: HTMLElement) => {
190
* the attribute here, screen readers would be unable to navigate to and interact
191
* with these sibling elements.
192
*
193
- * Without this check, we would need to call `ev.stopPropagation()` on the
+ * Without this check, we would need to call `ev.stopPropagation()` on the
194
* 'focusin' event of each focusable sibling to prevent the scroll assist
195
* listener from incorrectly moving focus back to the input. This approach
196
* is less maintainable and more error-prone.
0 commit comments