minor tweak
This commit is contained in:
parent
5e26954644
commit
b26838f5ca
|
@ -244,11 +244,7 @@ class RoomView extends React.Component<IRoomViewProps, IRoomViewState> {
|
|||
private mounted: boolean;
|
||||
private sub?: RoomClass;
|
||||
private offset?: number;
|
||||
private didMountInteraction?: {
|
||||
then: (onfulfilled?: () => any, onrejected?: () => any) => Promise<any>;
|
||||
done: (...args: any[]) => any;
|
||||
cancel: () => void;
|
||||
};
|
||||
private didMountInteraction?: { cancel: () => void };
|
||||
|
||||
private willBlurListener?: { remove(): void };
|
||||
private subSubscription?: { unsubscribe(): void };
|
||||
|
|
Loading…
Reference in New Issue