Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| web/chat/chat-input-bar.react.js | ||
|---|---|---|
| 474–477 ↗ | (On Diff #49114) | Not sure if we ever reach this else. If the key is Enter, then the action is defined and we're inside if. |
| web/chat/chat-input-bar.react.js | ||
|---|---|---|
| 474–477 ↗ | (On Diff #49114) | it could be that this.props.inputState.typeaheadState.canBeVisible = false and action is definied and eventKey === 'Enter' |