Skip to content

Commit ed0a5a8

Browse files
alexshoeemilykl
andauthored
Update test/jasmine/tests/hover_click_anywhere_test.js
Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
1 parent e93310f commit ed0a5a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/jasmine/tests/hover_click_anywhere_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe('clickanywhere', function() {
121121
.then(done, done.fail);
122122
});
123123

124-
it('does not fire on empty space by default', function(done) {
124+
it('does not emit plotly_click event on empty space when clickanywhere is false', function(done) {
125125
var clickData;
126126

127127
makePlot(gd).then(function() {

0 commit comments

Comments
 (0)