mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
fixed wrong handler for setting button
This commit is contained in:
@@ -589,7 +589,7 @@ class SideNav extends React.Component {
|
||||
onClick={this.handleSearchButtonClick}
|
||||
isActive={showSearch}
|
||||
/>
|
||||
<PreferenceButton onClick={this.handlePreferenceButtonClick} />
|
||||
<PreferenceButton onClick={this.handleMenuButtonClick} />
|
||||
</div>
|
||||
</div>
|
||||
{navSearch}
|
||||
|
||||
Reference in New Issue
Block a user