8000 Doubleclick - Drag bug [Fixes #333] by mdtusz · Pull Request #355 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Doubleclick - Drag bug [Fixes #333] #355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Mar 29, 2016
Prev Previous commit
fix typo in test case description
  • Loading branch information
etpinard committed Mar 29, 2016
commit 5881c4bd8f8d1f3f8c9f33dbcbc09ecd3b2c5e52
2 changes: 1 addition & 1 deletion test/jasmine/tests/click_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ describe('Test click interactions:', function() {
});
});

describe('drag interations', function() {
describe('drag interactions', function() {
beforeEach(function(done) {
Plotly.plot(gd, mockCopy.data, mockCopy.layout).then(done);
});
Expand Down
0