mirror of
https://github.com/mue/mue.git
synced 2026-07-22 16:27:32 +02:00
bug fixes
This commit is contained in:
@@ -41,7 +41,8 @@ export default class MainModal extends React.PureComponent {
|
||||
document.getElementById(input + 'TabLink').classList.toggle('active');
|
||||
|
||||
this.setState({
|
||||
tab: this.tabs[input], currentTab: input
|
||||
tab: this.tabs[input],
|
||||
currentTab: input
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user