lint
This commit is contained in:
parent
fbc0bbfb6f
commit
ab6535b135
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ module.exports = React.createClass({
|
||||||
// update overflow indicators
|
// update overflow indicators
|
||||||
this._checkSubListsOverflow();
|
this._checkSubListsOverflow();
|
||||||
// don't store height for collapsed sublists
|
// don't store height for collapsed sublists
|
||||||
if(!this.collapsedState[key]) {
|
if (!this.collapsedState[key]) {
|
||||||
this.subListSizes[key] = size;
|
this.subListSizes[key] = size;
|
||||||
window.localStorage.setItem("mx_roomlist_sizes",
|
window.localStorage.setItem("mx_roomlist_sizes",
|
||||||
JSON.stringify(this.subListSizes));
|
JSON.stringify(this.subListSizes));
|
||||||
|
|
Loading…
Reference in a new issue