Skip to content

Commit 1b8d3e9

Browse files
authored
Merge pull request #2871 from lifenjoiner/scrolling
Monitoring UI: fix UI scrolling issues
2 parents 91e20e4 + 844e498 commit 1b8d3e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dnscrypt-proxy/static/js/monitoring.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ function safeUpdateDashboard(data) {
7575
return;
7676
}
7777

78+
if (data.type === 'pong') {
79+
console.log('Received pong message');
80+
return;
81+
}
82+
7883
console.log('Updating dashboard with data');
7984

8085
// Store the current scroll position before updates

0 commit comments

Comments
 (0)