You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Added dragCounter
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -42,6 +42,7 @@ const RoomContext = createContext<IState>({
|
|||||||
canReply: false,
|
canReply: false,
|
||||||
useIRCLayout: false,
|
useIRCLayout: false,
|
||||||
matrixClientIsReady: false,
|
matrixClientIsReady: false,
|
||||||
|
dragCounter: 0,
|
||||||
});
|
});
|
||||||
RoomContext.displayName = "RoomContext";
|
RoomContext.displayName = "RoomContext";
|
||||||
export default RoomContext;
|
export default RoomContext;
|
||||||
|
|||||||
Reference in New Issue
Block a user