dont allow whitespace in room sub lists while resizing

pull/21833/head
Bruno Windels 2019-01-29 17:21:14 +01:00
parent 6ffc5e093d
commit 6dc042287e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ module.exports = React.createClass({
this._layoutSections = [];
const unfilteredOptions = {
allowWhitespace: true,
allowWhitespace: false,
handleHeight: 1,
};
this._unfilteredlayout = new Layout((key, size) => {