mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Update JS to show live changes and set light color values
This commit is contained in:
@ -43,7 +43,7 @@ export class Tabs extends Component {
|
||||
tab.setAttribute('aria-selected', selected ? 'true' : 'false');
|
||||
}
|
||||
|
||||
this.$emit('change', {section: sectionId});
|
||||
this.$emit('change', {showing: sectionId});
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user