Skip to content

Commit 8171be6

Browse files
fix: Keyboard popping up in docs on mobile
1 parent 8567bb4 commit 8171be6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/typegpu-docs/src/components/CodeEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ const createCodeEditorComponent = (
8585
enabled: false,
8686
},
8787
readOnly: true,
88+
domReadOnly: true,
8889
}}
8990
/>
9091
</div>

0 commit comments

Comments
 (0)