We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4fafa commit f26c8a7Copy full SHA for f26c8a7
src/Selection.js
@@ -323,16 +323,14 @@ class Selection {
323
return this.emit('reset')
324
}
325
326
- if (!inRoot) {
327
- return this.emit('reset')
328
- }
329
-
330
if (click && inRoot) {
331
return this._handleClickEvent(e)
332
333
334
// User drag-clicked in the Selectable area
335
if (!click) return this.emit('select', bounds)
+
+ return this.emit('reset')
336
337
338
_handleClickEvent(e) {
0 commit comments