Fix #938
This commit is contained in:
parent
67cab2d6ce
commit
de8a40d0b1
|
@ -211,12 +211,14 @@
|
|||
}
|
||||
});
|
||||
|
||||
if (!this.opts.customize) {
|
||||
if (this.refs.left.children.length == 0) {
|
||||
this.refs.left.parentNode.removeChild(this.refs.left);
|
||||
}
|
||||
if (this.refs.right.children.length == 0) {
|
||||
this.refs.right.parentNode.removeChild(this.refs.right);
|
||||
}
|
||||
}
|
||||
|
||||
if (this.opts.customize) {
|
||||
dialog('<i class="fa fa-info-circle"></i>カスタマイズのヒント',
|
||||
|
|
Loading…
Reference in New Issue