We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202a997 commit 67c96d3Copy full SHA for 67c96d3
src/traces/table/plot.js
@@ -57,7 +57,7 @@ module.exports = function plot(gd, wrappedTraceHolders) {
57
.classed(c.cn.tableControlView, true)
58
.style('box-sizing', 'content-box');
59
if(dynamic) {
60
- let wheelEvent = 'onwheel' in document ? 'wheel' : 'mousewheel'
+ var wheelEvent = 'onwheel' in document ? 'wheel' : 'mousewheel';
61
cvEnter
62
.on('mousemove', function(d) {
63
tableControlView
0 commit comments