mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-11 21:36:03 +03:00
Added dragCounter
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
365d252d3f
commit
5d7e45e6cf
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ const RoomContext = createContext<IState>({
|
|||
canReply: false,
|
||||
useIRCLayout: false,
|
||||
matrixClientIsReady: false,
|
||||
dragCounter: 0,
|
||||
});
|
||||
RoomContext.displayName = "RoomContext";
|
||||
export default RoomContext;
|
||||
|
|
Loading…
Reference in a new issue