mirror of https://github.com/vector-im/riot-web
dont allow whitespace in room sub lists while resizing
parent
6ffc5e093d
commit
6dc042287e
|
@ -83,7 +83,7 @@ module.exports = React.createClass({
|
|||
this._layoutSections = [];
|
||||
|
||||
const unfilteredOptions = {
|
||||
allowWhitespace: true,
|
||||
allowWhitespace: false,
|
||||
handleHeight: 1,
|
||||
};
|
||||
this._unfilteredlayout = new Layout((key, size) => {
|
||||
|
|
Loading…
Reference in New Issue