element-web/src/stores
David Baker 0b5691c003 Fix right panel hiding when viewing room member
If you clicked on the header button whilst the right panel was
showing a room member, it would NPE because there was no
refireParams.member. It fires the same phase with no refireParams to
toggle the panel visibility (apparently), so detect that case.

Fixes https://github.com/vector-im/riot-web/issues/13571
2020-05-07 09:43:14 +01:00
..
ActiveWidgetStore.js Add comments to highlight where we'll need m.widget support 2020-04-09 15:14:07 -06:00
CustomRoomTagStore.js Implement basic soft logout handling 2019-07-03 16:46:37 -06:00
FlairStore.js Rip out the remainder of Bluebird 2019-11-18 10:03:05 +00:00
GroupStore.js Merge pull request #3761 from matrix-org/travis/babel7-wp-es6-export 2020-01-08 09:09:11 -07:00
LifecycleStore.js Convert CommonJS exports to ES6-compatible exports 2019-12-22 21:01:02 -07:00
RightPanelStore.js Fix right panel hiding when viewing room member 2020-05-07 09:43:14 +01:00
RightPanelStorePhases.js pr feedback 2020-01-17 17:02:31 +01:00
RoomListStore.js Use an algorithmic comparator for room list ops 2020-03-04 12:09:05 -07:00
RoomScrollStateStore.js Revert "Fix Filepanel scroll position state lost when room is changed" 2020-04-19 19:14:08 -06:00
RoomViewStore.js null-guard MatrixClientPeg in RoomViewStore 2020-04-15 17:31:45 +01:00
SessionStore.js Convert CommonJS exports to ES6-compatible exports 2019-12-22 21:01:02 -07:00
SetupEncryptionStore.js Guard against race when waiting for cross-signing to be ready 2020-05-01 10:58:00 +01:00
TagOrderStore.js Clear selected tags when disabling tag panel 2020-02-27 12:52:22 +00:00
ToastStore.js Add jsdoc explaining ordering behaviour 2020-04-29 15:10:23 +01:00
TypingStore.js Fix MatrixClientPeg imports 2019-12-22 21:15:54 -07:00
WidgetEchoStore.js Support m.jitsi-typed widgets as Jitsi widgets 2020-04-09 15:11:57 -06:00