Don't toggle the no confirm button in bulk mode
This commit is contained in:
parent
70c74c84ea
commit
9a9ea0a392
@ -259,7 +259,7 @@ class BrickSetSocket extends BrickSocket {
|
||||
this.html_input.disabled = !enabled;
|
||||
}
|
||||
|
||||
if (this.html_no_confim) {
|
||||
if (!this.bulk && this.html_no_confim) {
|
||||
this.html_no_confim.disabled = !enabled;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user