Skip to content

Commit

Permalink
Adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heisand committed Aug 25, 2023
1 parent e093941 commit 5da63a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/spor-react/src/datepicker/CalendarCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function CalendarCell({ state, date, currentMonth }: CalendarCellProps) {
/*
Workaround to fix click througs on mobile devices
Related to https://github.com/adobe/react-spectrum/issues/4970
TODO: Follow up with react-spectrum to see if they can solve on their end
TODO: Follow up with react-spectrum to see if they can solve it on their end
*/
useEffect(() => {
(ref as any)?.current?.addEventListener(
Expand Down
2 changes: 1 addition & 1 deletion packages/spor-react/src/input/ListBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function Option({ item, state }: OptionProps) {
/*
Workaround to fix click througs on mobile devices
Related to https://github.com/adobe/react-spectrum/issues/4970
TODO: Follow up with react-spectrum to see if they can solve on their end
TODO: Follow up with react-spectrum to see if they can solve it on their end
*/
useEffect(() => {
(ref as any)?.current?.addEventListener(
Expand Down

0 comments on commit 5da63a6

Please sign in to comment.