mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
dcf7643d4a
* Fix closing all modals We used `Modal.closeCurrentModal()` in a bunch of places, in all cases (as far as I can see: it wasn't commented) we meant to close all open modals. This swaps that function for one that closes all open modals. Also types the close reason which claimed to be something in a comment, of course, was wrong because a load of places passed their own random string which was never used. * Force close modals * Try with minimal changes * Already had a method for this * Add test * More tests * Unused importsd |
||
---|---|---|
.. | ||
__snapshots__ | ||
auth | ||
AutocompleteInput-test.tsx | ||
ContextMenu-test.ts | ||
LargeLoader-test.tsx | ||
LeftPanel-test.tsx | ||
LegacyCallEventGrouper-test.ts | ||
LoggedInView-test.tsx | ||
MainSplit-test.tsx | ||
MatrixChat-test.tsx | ||
MatrixClientContextProvider-test.tsx | ||
MessagePanel-test.tsx | ||
PictureInPictureDragger-test.tsx | ||
PipContainer-test.tsx | ||
ReleaseAnnouncement-test.tsx | ||
RightPanel-test.tsx | ||
RoomSearchView-test.tsx | ||
RoomStatusBar-test.tsx | ||
RoomStatusBarUnsentMessages-test.tsx | ||
RoomView-test.tsx | ||
SpaceHierarchy-test.tsx | ||
TabbedView-test.tsx | ||
ThreadPanel-test.tsx | ||
ThreadView-test.tsx | ||
TimelinePanel-test.tsx | ||
UploadBar-test.tsx | ||
UserMenu-test.tsx | ||
ViewSource-test.tsx |