Skip to content

Commit

Permalink
fix: autofocus on physical device
Browse files Browse the repository at this point in the history
  • Loading branch information
17Amir17 committed Feb 4, 2024
1 parent 95dea83 commit 15b4a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RichText/RichText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export const RichText = ({
onMessage={onWebviewMessage}
ref={editor.webviewRef}
webviewDebuggingEnabled={__DEV__}
keyboardDisplayRequiresUserAction={false}
/>
</>
);
Expand Down

0 comments on commit 15b4a65

Please sign in to comment.