Skip to content

Commit d7e64dd

Browse files
committed
Put back call to remove outlines back to original location [1852]
- Reason: to prevent confusion when comparing code to previous versions. - See comment in PR #2824 for more info.
1 parent b703a9c commit d7e64dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/cartesian/select.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,11 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
283283
searchInfo._module.toggleSelected(searchInfo, false);
284284
}
285285

286-
updateSelectedState(gd, searchTraces);
287-
288286
// clear visual boundaries of selection area if displayed
289287
outlines.remove();
290288

289+
updateSelectedState(gd, searchTraces);
290+
291291
gd.emit('plotly_deselect', null);
292292
}
293293
else {

0 commit comments

Comments
 (0)