Commit 4d513cf
fix(pwa): safe-area for Library + fix annotation-triggers-pageflip
- Library: add env(safe-area-inset-top) to both empty-state and main
header so content isn't hidden behind iOS status bar
- Reader iframe touchend: add isSelectingRef.current guard before swipe
page-turn — previously only currentSel check was present; on iOS the
selection can be cleared before touchend fires, causing long-press
annotation attempts to trigger page turn
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0483b96 commit 4d513cf
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
| 515 | + | |
515 | 516 | | |
516 | 517 | | |
517 | 518 | | |
| |||
0 commit comments