Skip to content

Commit 5d55d53

Browse files
committed
don't hide selection on mousedown. close #1014. close #936.
1 parent f98d1d3 commit 5d55d53

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/uPlot.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5742,7 +5742,7 @@ function uPlot(opts, data, then) {
57425742
downSelectWidth = width;
57435743
downSelectHeight = height;
57445744

5745-
hideSelect();
5745+
// hideSelect();
57465746
}
57475747

57485748
function mouseUp(e, src, _l, _t, _w, _h, _i) {

dist/uPlot.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5740,7 +5740,7 @@ function uPlot(opts, data, then) {
57405740
downSelectWidth = width;
57415741
downSelectHeight = height;
57425742

5743-
hideSelect();
5743+
// hideSelect();
57445744
}
57455745

57465746
function mouseUp(e, src, _l, _t, _w, _h, _i) {

dist/uPlot.iife.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5743,7 +5743,7 @@ var uPlot = (function () {
57435743
downSelectWidth = width;
57445744
downSelectHeight = height;
57455745

5746-
hideSelect();
5746+
// hideSelect();
57475747
}
57485748

57495749
function mouseUp(e, src, _l, _t, _w, _h, _i) {

dist/uPlot.iife.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/uPlot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3183,7 +3183,7 @@ export default function uPlot(opts, data, then) {
31833183
downSelectWidth = width;
31843184
downSelectHeight = height;
31853185

3186-
hideSelect();
3186+
// hideSelect();
31873187
}
31883188

31893189
function mouseUp(e, src, _l, _t, _w, _h, _i) {

0 commit comments

Comments
 (0)