From b26838f5ca44c730af23a1ed46b38b077a2c791e Mon Sep 17 00:00:00 2001 From: AlexAlexandre Date: Mon, 20 Dec 2021 10:24:27 -0300 Subject: [PATCH] minor tweak --- app/views/RoomView/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/views/RoomView/index.tsx b/app/views/RoomView/index.tsx index de22e794c..25e192c6e 100644 --- a/app/views/RoomView/index.tsx +++ b/app/views/RoomView/index.tsx @@ -244,11 +244,7 @@ class RoomView extends React.Component { private mounted: boolean; private sub?: RoomClass; private offset?: number; - private didMountInteraction?: { - then: (onfulfilled?: () => any, onrejected?: () => any) => Promise; - done: (...args: any[]) => any; - cancel: () => void; - }; + private didMountInteraction?: { cancel: () => void }; private willBlurListener?: { remove(): void }; private subSubscription?: { unsubscribe(): void };