dont allow whitespace in room sub lists while resizing
This commit is contained in:
parent
6ffc5e093d
commit
6dc042287e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ module.exports = React.createClass({
|
||||||
this._layoutSections = [];
|
this._layoutSections = [];
|
||||||
|
|
||||||
const unfilteredOptions = {
|
const unfilteredOptions = {
|
||||||
allowWhitespace: true,
|
allowWhitespace: false,
|
||||||
handleHeight: 1,
|
handleHeight: 1,
|
||||||
};
|
};
|
||||||
this._unfilteredlayout = new Layout((key, size) => {
|
this._unfilteredlayout = new Layout((key, size) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue