mirror of
https://github.com/vector-im/element-web.git
synced 2024-12-01 15:11:11 +08:00
Added dragCounter
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
365d252d3f
commit
5d7e45e6cf
@ -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 New Issue
Block a user