fix(history): reload history when showAll toggle changes
This commit is contained in:
@@ -94,6 +94,8 @@ function handleShowAllToggle(e) {
|
|||||||
showAll = e.target.checked;
|
showAll = e.target.checked;
|
||||||
// Re-open stream with updated showAll param
|
// Re-open stream with updated showAll param
|
||||||
startSSE();
|
startSSE();
|
||||||
|
// Reload history with updated showAll param
|
||||||
|
loadHistory();
|
||||||
}
|
}
|
||||||
|
|
||||||
function fadeOutLogin() {
|
function fadeOutLogin() {
|
||||||
|
|||||||
Reference in New Issue
Block a user