Fix for the previous fix

This commit is contained in:
Stephan Porada 2020-06-30 15:15:06 +02:00
parent c6704f3554
commit a997fbe0ee

View File

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