mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 01:11:52 +02:00
lint
This commit is contained in:
parent
fbc0bbfb6f
commit
ab6535b135
@ -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…
x
Reference in New Issue
Block a user