mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-11 16:12:06 +08:00
parent
65b1937401
commit
f96e1b2835
@ -820,6 +820,9 @@ class BarSelect extends Widget {
|
|||||||
this.nodes.forEach(node => {
|
this.nodes.forEach(node => {
|
||||||
$(node).find('bb-select').text(name)
|
$(node).find('bb-select').text(name)
|
||||||
})
|
})
|
||||||
|
if (!this.nodes.includes(this.node)) {
|
||||||
|
$(this.node).find('bb-select').text(name)
|
||||||
|
}
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
get() {
|
get() {
|
||||||
|
Loading…
Reference in New Issue
Block a user