You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
delint
This commit is contained in:
@@ -198,7 +198,7 @@ export default class Dropdown extends React.Component {
|
|||||||
switch (e.key) {
|
switch (e.key) {
|
||||||
case Key.ENTER:
|
case Key.ENTER:
|
||||||
this.props.onOptionChange(this.state.highlightedOption);
|
this.props.onOptionChange(this.state.highlightedOption);
|
||||||
// fallthrough
|
// fallthrough
|
||||||
case Key.ESCAPE:
|
case Key.ESCAPE:
|
||||||
this._close();
|
this._close();
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user