clarify how lhs collapsed state is stored
This commit is contained in:
parent
3251a055c2
commit
0450f43267
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ export default React.createClass({
|
||||||
|
|
||||||
// If we're trying to just view a user ID (i.e. /user URL), this is it
|
// If we're trying to just view a user ID (i.e. /user URL), this is it
|
||||||
viewUserId: null,
|
viewUserId: null,
|
||||||
|
// this is persisted as mx_lhs_size, loaded in LoggedInView
|
||||||
collapseLhs: false,
|
collapseLhs: false,
|
||||||
collapsedRhs: window.localStorage.getItem("mx_rhs_collapsed") === "true",
|
collapsedRhs: window.localStorage.getItem("mx_rhs_collapsed") === "true",
|
||||||
leftDisabled: false,
|
leftDisabled: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue