react-input-range icon indicating copy to clipboard operation
react-input-range copied to clipboard

Update track.jsx

Open RaghavOS opened this issue 9 months ago • 1 comments

Handled the exceptions:

  1. [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example, because scrolling is in progress and cannot be interrupted.

  2. TypeError: null is not an object (evaluating 'this.trackNode.getClientRect')

RaghavOS avatar Jan 22 '25 06:01 RaghavOS