Skip to content

Commit

Permalink
Revert overly broad changes
Browse files Browse the repository at this point in the history
  • Loading branch information
QichenZhu committed Jan 28, 2025
1 parent 6821547 commit ac30cd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import useResponsiveLayout from '@hooks/useResponsiveLayout';
import useStyleUtils from '@hooks/useStyleUtils';
import useTheme from '@hooks/useTheme';
import useThemeStyles from '@hooks/useThemeStyles';
import {isMobileWebKit} from '@libs/Browser';
import {isMobileSafari, isMobileWebKit} from '@libs/Browser';
import canFocusInputOnScreenFocus from '@libs/canFocusInputOnScreenFocus';
import {forceClearInput} from '@libs/ComponentUtils';
import {canSkipTriggerHotkeys, findCommonSuffixLength, insertText, insertWhiteSpaceAtIndex} from '@libs/ComposerUtils';
Expand Down Expand Up @@ -827,7 +827,7 @@ function ComposerWithSuggestions(
shouldCalculateCaretPosition
onLayout={onLayout}
onScroll={hideSuggestionMenu}
shouldContainScroll={isMobileWebKit()}
shouldContainScroll={isMobileSafari()}
isGroupPolicyReport={isGroupPolicyReport}
showSoftInputOnFocus={showSoftInputOnFocus}
onTouchStart={() => {
Expand Down

0 comments on commit ac30cd2

Please sign in to comment.