mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-11 05:36:36 +08:00
fix(warning): Remove implicit return from event handler to remove react
warning
This commit is contained in:
parent
e936c5a5b4
commit
b68a8d6bc9
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ class AccountSidebarSection extends React.Component
|
||||||
|
|
||||||
_onCreateButtonMouseDown: =>
|
_onCreateButtonMouseDown: =>
|
||||||
@_clickingCreateButton = true
|
@_clickingCreateButton = true
|
||||||
|
return
|
||||||
|
|
||||||
_onCreateButtonClicked: (sectionLabel) =>
|
_onCreateButtonClicked: (sectionLabel) =>
|
||||||
@_clickingCreateButton = false
|
@_clickingCreateButton = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue