Skip to content

Commit

Permalink
Update packages/fluentui/react-northstar/src/utils/whatInput.ts
Browse files Browse the repository at this point in the history
Co-authored-by: ling1726 <[email protected]>
  • Loading branch information
jurokapsiar and ling1726 authored Oct 19, 2022
1 parent dc86c64 commit ee359b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fluentui/react-northstar/src/utils/whatInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const addListeners = (eventTarget: Window) => {
*
* @param document document to apply the update to
* @param eventKey keyboard key passed from the event
* @returns true if mode should be switched, false if not (when focus is in inputs and key was not a navigational key)
* @returns true if mode should be switched, false if not (when an input-like element is focused, and the key was not a navigational key)
*/
const keyboardInputFocused = (document: Document, eventKey: number) => {
if (
Expand Down

0 comments on commit ee359b4

Please sign in to comment.