mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-27 06:01:54 +03:00
Rolled out use of seperate link color style
This commit is contained in:
@ -42,6 +42,8 @@ export class Tabs extends Component {
|
||||
const selected = tabSection === sectionId;
|
||||
tab.setAttribute('aria-selected', selected ? 'true' : 'false');
|
||||
}
|
||||
|
||||
this.$emit('change', {section: sectionId});
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user