Skip to content

Commit

Permalink
fix: jquense#2565 doubleClick
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiang13 committed Apr 23, 2024
1 parent cd5f4bb commit b032043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Selection.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ class Selection {
this._selectRect = null
this._initialEvent = null
this._initialEventData = null
this._lastClickData = null
if (!e) return

let inRoot = !this.container || contains(this.container(), e.target)
Expand Down

0 comments on commit b032043

Please sign in to comment.