Skip to content

Commit

Permalink
Update view.js (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Aug 10, 2024
1 parent 11b81e3 commit cde7b7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,6 @@ view.View = class {
return;
}
const container = this._element('graph');
if (e.target === container) {
return;
}
e.target.setPointerCapture(e.pointerId);
this._mousePosition = {
left: container.scrollLeft,
Expand Down

0 comments on commit cde7b7e

Please sign in to comment.