minor tweak

This commit is contained in:
AlexAlexandre 2021-12-20 10:24:27 -03:00
parent 5e26954644
commit b26838f5ca
1 changed files with 1 additions and 5 deletions

View File

@ -244,11 +244,7 @@ class RoomView extends React.Component<IRoomViewProps, IRoomViewState> {
private mounted: boolean; private mounted: boolean;
private sub?: RoomClass; private sub?: RoomClass;
private offset?: number; private offset?: number;
private didMountInteraction?: { private didMountInteraction?: { cancel: () => void };
then: (onfulfilled?: () => any, onrejected?: () => any) => Promise<any>;
done: (...args: any[]) => any;
cancel: () => void;
};
private willBlurListener?: { remove(): void }; private willBlurListener?: { remove(): void };
private subSubscription?: { unsubscribe(): void }; private subSubscription?: { unsubscribe(): void };