mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-21 03:55:51 +08:00
[composer] s/console.warning/console.warn/
Summary: See title Test Plan: yolo Reviewers: juan Differential Revision: https://phab.nylas.com/D3818
This commit is contained in:
parent
5d7b7574b9
commit
4a70eb563c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export default class ComposerHeader extends React.Component {
|
|||
} else if (this.state.participantsFocused) {
|
||||
this.showAndFocusField(Fields.To);
|
||||
}
|
||||
console.warning("Nothing is marked as focused. This shouldn't happen!");
|
||||
console.warn("Nothing is marked as focused. This shouldn't happen!");
|
||||
this.showAndFocusField(Fields.To);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue