Browse Source
Refactor the focus synchronization logic to include pointer events and ensure test stability when manipulating browser history. - Add `pointerdown` event listener to `useQuestionInputFocusSync` to improve input activation on touch/pointer devices - Extract input activation logic into a dedicated `activateFocusedQuestionInput` function for better readability - Update `QuestionSheet` tests to reset window history state and use asynchronous waiting for `pushState` calls to prevent race conditionsDev
2 changed files with 12 additions and 2 deletions
Loading…
Reference in new issue