Merge pull request #4996 from matrix-org/t3chguy/room-list/14491

Fix enter in new room list filter breaking things
This commit is contained in:
Michael Telatynski 2020-07-16 12:41:39 +01:00 committed by GitHub
commit b1d57ca13e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

View file

@ -33,7 +33,6 @@ import { isNullOrUndefined } from "matrix-js-sdk/src/utils";
import RoomListLayoutStore from "./RoomListLayoutStore";
import { MarkedExecution } from "../../utils/MarkedExecution";
import { AsyncStoreWithClient } from "../AsyncStoreWithClient";
import { MatrixClientPeg } from "../../MatrixClientPeg";
interface IState {
tagsEnabled?: boolean;