mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 09:06:42 +02:00
On mobile, long-press was selecting the row text instead of firing `contextmenu`. Adds `user-select: none` + `-webkit-touch-callout: none` on collapsed rows across 12 ListViews (notes, todo, dreams, journal, firsts, contacts, places, mail, moodlit, chat, calendar) and re-enables `user-select: text` on the inline-editor variants so the textarea stays selectable while editing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| composables | ||
| stores | ||
| utils | ||
| views | ||
| collections.ts | ||
| index.ts | ||
| ListView.svelte | ||
| module.config.ts | ||
| queries.ts | ||
| quick-input-adapter.ts | ||
| reminder-source.ts | ||
| tools.ts | ||
| types.ts | ||
| view-grouping.ts | ||