Skip to content
Snippets Groups Projects
Commit c6704f35 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Fix add to subcorpus btns not showing when results per page are updated

parent 820845b4
No related branches found
No related tags found
No related merge requests found
...@@ -532,6 +532,7 @@ class ResultsList extends List { ...@@ -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
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment