Commit 32f177a
committed
fix: treat ctrl+click as right-click on macOS
On macOS, ctrl+click opens the context menu (equivalent to right-click).
This change prevents drag from starting when ctrl is held during click,
matching the expected behavior.
Closes #4981 parent cbfa655 commit 32f177a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
295 | | - | |
| 294 | + | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
0 commit comments