This commit is contained in:
Stephan Porada 2020-04-20 13:55:11 +02:00
parent f7dc83f51d
commit 986336618b

View File

@ -371,7 +371,7 @@ class ResultsList extends List {
this.page = event.target.value;
this.update();
if (expertModeSwitchElement.checked) {
this.expertModeOn(); // page holds new result rows, so add new tooltips
this.expertModeOn("query-display"); // page holds new result rows, so add new tooltips
}
nopaque.flash("Updated matches per page.")
} catch (e) {