This commit is contained in:
Stephan Porada
2020-04-20 13:59:28 +02:00
parent 986336618b
commit b4c98a9713
2 changed files with 2 additions and 1 deletions

View File

@ -370,6 +370,7 @@ class ResultsList extends List {
// console.log(this);
this.page = event.target.value;
this.update();
this.activateInspect();
if (expertModeSwitchElement.checked) {
this.expertModeOn("query-display"); // page holds new result rows, so add new tooltips
}