mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Add `selectable` prop to the code line Text component so users can long-press to select and copy text on iOS. On web/desktop this is already the default behavior via CSS user-select. Markdown file preview has a similar issue but requires a different fix (custom rules for react-native-markdown-display), left for a follow-up. Refs #238 Related #21 Co-authored-by: muzhi1991 <muzhi1991@limuzhideMac-mini-2.local>