1
0
mirror of https://github.com/MisskeyIO/misskey synced 2025-01-18 15:53:04 +09:00
This commit is contained in:
syuilo 2017-11-22 00:33:41 +09:00
parent 67cab2d6ce
commit de8a40d0b1

View File

@ -211,11 +211,13 @@
}
});
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) {
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) {