We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9abd63 commit 0a2d732Copy full SHA for 0a2d732
js/app.js
@@ -522,8 +522,11 @@ $(window).ready(function() {
522
scrollbars: true,
523
scrollbarClass: 'scrollStyle',
524
shrinkScrollbars: 'scale',
525
- tap: is_mobile,
526
- click: is_mobile,
+ tap: true,
+ click: true,
527
+ disableMouse: false,
528
+ disableTouch: false,
529
+ disablePointer: false,
530
});
531
532
$('#telemetry_graph').on('click', '.graph_label', function() {
0 commit comments