Skip to content

Commit

Permalink
Fix local pointer events with Drag.overrideCursor active (#547)
Browse files Browse the repository at this point in the history
The .lm-cursor-backdrop div was preventing dblclick events from reaching
datagrid, breaking cell edit functionality.
  • Loading branch information
jjrv committed Mar 22, 2023
1 parent d577cc9 commit dd9a5fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dragdrop/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
height: 200px;
margin-top: -100px;
margin-left: -100px;
pointer-events: none;
will-change: transform;
z-index: 100;
}
Expand Down

0 comments on commit dd9a5fb

Please sign in to comment.