This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { MatrixClient } from 'matrix-js-sdk';
21
21
import sdk from '../../../index' ;
22
22
import dis from '../../../dispatcher' ;
23
23
import { isOnlyCtrlOrCmdIgnoreShiftKeyEvent } from '../../../Keyboard' ;
24
- import ContextualMenu from '../../structures/ContextualMenu' ;
24
+ import * as ContextualMenu from '../../structures/ContextualMenu' ;
25
25
26
26
import FlairStore from '../../../stores/FlairStore' ;
27
27
import GroupStore from '../../../stores/GroupStore' ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import SdkConfig from '../../../SdkConfig';
32
32
import dis from '../../../dispatcher' ;
33
33
import { _t } from '../../../languageHandler' ;
34
34
import MatrixClientPeg from '../../../MatrixClientPeg' ;
35
- import ContextualMenu from '../../structures/ContextualMenu' ;
35
+ import * as ContextualMenu from '../../structures/ContextualMenu' ;
36
36
import SettingsStore from "../../../settings/SettingsStore" ;
37
37
import PushProcessor from 'matrix-js-sdk/lib/pushprocessor' ;
38
38
import ReplyThread from "../elements/ReplyThread" ;
You can’t perform that action at this time.
0 commit comments