From b032043c12bd5f896b20b81efd155194ae7e5280 Mon Sep 17 00:00:00 2001 From: forceddd Date: Tue, 23 Apr 2024 11:04:23 +0800 Subject: [PATCH] fix: #2565 doubleClick --- 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)