You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
Early handling of dispatched events
A possible approach to handling the various triggers for recategorizing rooms.
This commit is contained in:
@@ -28,7 +28,6 @@ import { Dispatcher } from "flux";
|
||||
import { ActionPayload } from "../../../dispatcher-types";
|
||||
import dis from "../../../dispatcher";
|
||||
import { RoomSublist2 } from "./RoomSublist2";
|
||||
import { isNullOrUndefined } from "matrix-js-sdk/lib/src/utils";
|
||||
|
||||
interface IProps {
|
||||
onKeyDown: (ev: React.KeyboardEvent) => void;
|
||||
|
||||
Reference in New Issue
Block a user