mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Fix #938
This commit is contained in:
parent
c65d5382c6
commit
36be934d36
@ -211,11 +211,13 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (this.refs.left.children.length == 0) {
|
if (!this.opts.customize) {
|
||||||
this.refs.left.parentNode.removeChild(this.refs.left);
|
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.refs.right.children.length == 0) {
|
||||||
|
this.refs.right.parentNode.removeChild(this.refs.right);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.opts.customize) {
|
if (this.opts.customize) {
|
||||||
|
Loading…
Reference in New Issue
Block a user