dont allow whitespace in room sub lists while resizing
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user