Skip to content

Commit a685759

Browse files
authored
Don't use "scrollTo" because it doesn't work properly. (console.js)
1 parent ac6dbe4 commit a685759

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/skins/classic/views/js/console.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,7 @@ function selectMonitor(element) {
390390
function reloadWindow() {
391391
// Use table refresh instead of full page reload
392392
if (table && table.length) {
393-
const scrollPosition = table.bootstrapTable('getScrollPosition');
394393
table.bootstrapTable('refresh', {silent: true, reinit: false});
395-
table.bootstrapTable('scrollTo', scrollPosition);
396394
} else {
397395
window.location.replace(thisUrl);
398396
}

0 commit comments

Comments
 (0)