mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
dont allow whitespace in room sub lists while resizing
This commit is contained in:
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…
x
Reference in New Issue
Block a user