You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Close context menu when a modal is opened to prevent user getting stuck (#9560)
This commit is contained in:
committed by
GitHub
parent
7fbdd8bb5d
commit
da779531f1
@ -69,6 +69,9 @@ jest.mock('../../../../src/stores/OwnProfileStore', () => ({
|
||||
|
||||
jest.mock('../../../../src/Modal', () => ({
|
||||
createDialog: jest.fn(),
|
||||
on: jest.fn(),
|
||||
off: jest.fn(),
|
||||
ModalManagerEvent: { Opened: "opened" },
|
||||
}));
|
||||
|
||||
describe('<LocationShareMenu />', () => {
|
||||
|
Reference in New Issue
Block a user