mirror of https://github.com/vector-im/riot-web
Added dragCounter
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
365d252d3f
commit
5d7e45e6cf
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue