aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 4149a66..534f528 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -344,7 +344,7 @@ function onSearch(event: HistEvent){
// For settings modal
const settingsOpen = ref(false);
function onSettingChg(option: string){
- if (option == 'reqImgs'){
+ if (option == 'reqImgs' || option.startsWith('ctgs.')){
// Reset event data
eventTree.value = new RBTree(cmpHistEvent); // Will trigger event re-query
unitCountMaps.value = SCALES.map(() => new Map());