Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepnschrodinger committed Nov 12, 2023
1 parent 4425222 commit c42228b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/ResizeReorder/ResizerKnob.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ class ResizerKnob extends React.PureComponent {
};

setupHandlers() {
// TODO (pradeep): Remove these and pass to our knob component directly after React
// provides an API where event handlers can be specified to be non-passive (facebook/react#6436).
this.resizerKnobRef.addEventListener('mousedown', this.onMouseDown, {
passive: false,
});
Expand Down

0 comments on commit c42228b

Please sign in to comment.