From 775993cee756c681a351678874007b175258714d Mon Sep 17 00:00:00 2001 From: forceddd Date: Fri, 26 Apr 2024 00:27:04 +0800 Subject: [PATCH] fix: correcting doubleClick (#2571) #2565 Co-authored-by: forceddd --- src/Selection.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Selection.js b/src/Selection.js index 752d70a81..29928b4f3 100644 --- a/src/Selection.js +++ b/src/Selection.js @@ -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)