]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/tabs.js
Added control-upon-access of the default favicon.ico file
[bookstack] / resources / js / components / tabs.js
index ebab4191c105c97e656880136a4ec64c146ef957..8d22e3e9b57279648ce4c2bc45856ff351e84a79 100644 (file)
@@ -42,6 +42,8 @@ export class Tabs extends Component {
             const selected = tabSection === sectionId;
             tab.setAttribute('aria-selected', selected ? 'true' : 'false');
         }
+
+        this.$emit('change', {showing: sectionId});
     }
 
 }
\ No newline at end of file