Commit c5349b0
authored
fix: ldMask interfere with hit view testing (#108)
Use .allowsHitTesting(false) isUserInteractionEnabled = false to turn
off possible hit interfering
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Prevents the Session Replay overlay from intercepting user
interactions.
>
> - Replace `disabled(true)` with `allowsHitTesting(false)` on the
SwiftUI overlay in `SessionReplayModifier`
> - Set `isUserInteractionEnabled = false` on the `MaskView` in
`SessionReplayViewRepresentable.makeUIView`
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
55acca7. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 7ae4481 commit c5349b0
File tree
1 file changed
+4
-2
lines changed- Sources/LaunchDarklySessionReplay/API
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
0 commit comments