mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-31 03:49:03 +00:00
Fix add to subcorpus btns not showing when results per page are updated
This commit is contained in:
parent
820845b499
commit
c6704f3554
@ -532,6 +532,7 @@ class ResultsList extends List {
|
|||||||
this.page = event.target.value;
|
this.page = event.target.value;
|
||||||
this.update();
|
this.update();
|
||||||
this.activateInspect();
|
this.activateInspect();
|
||||||
|
this.activateAddToSubResults();
|
||||||
if (expertModeSwitchElement.checked) {
|
if (expertModeSwitchElement.checked) {
|
||||||
this.expertModeOn("query-display"); // page holds new result rows, so add new tooltips
|
this.expertModeOn("query-display"); // page holds new result rows, so add new tooltips
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user