Added dragCounter

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2020-12-17 20:29:33 +01:00
parent 365d252d3f
commit 5d7e45e6cf
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ const RoomContext = createContext<IState>({
canReply: false,
useIRCLayout: false,
matrixClientIsReady: false,
dragCounter: 0,
});
RoomContext.displayName = "RoomContext";
export default RoomContext;