Commit a51049b
authored
Minimal fix for missed pointerup after drug in Safari (JetBrains#3011)
This is the most possible non-invasive way to fix the bug that exists in
safari with processing pointer events after drag cancellation
## Testing
manual
## Release Notes
### Fixes - Web
- [CMP-10102](https://youtrack.jetbrains.com/issue/CMP-10102) [Web]
Safari. DragAndDrop. After performing drag and drop operations buttons
are unclickable on the first attempt1 parent f79cd2a commit a51049b
2 files changed
Lines changed: 8 additions & 1 deletion
File tree
- compose
- mpp/demo/src/webMain/kotlin/androidx/compose/mpp/demo/components
- ui/ui/src/webMain/kotlin/androidx/compose/ui/window
compose/mpp/demo/src/webMain/kotlin/androidx/compose/mpp/demo/components/DragAndDropExample.web.kt
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| 379 | + | |
379 | 380 | | |
380 | 381 | | |
381 | 382 | | |
| |||
387 | 388 | | |
388 | 389 | | |
389 | 390 | | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
390 | 397 | | |
391 | 398 | | |
392 | 399 | | |
| |||
0 commit comments