mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-28 23:44:38 +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: =>
|
||||
@_clickingCreateButton = true
|
||||
return
|
||||
|
||||
_onCreateButtonClicked: (sectionLabel) =>
|
||||
@_clickingCreateButton = false
|
||||
|
|
Loading…
Add table
Reference in a new issue