mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-27 04:21:46 +08:00
Fix #1200 Missing slider translation
Fix #1204 cannot escape action control settings dialog
This commit is contained in:
parent
1552db40fe
commit
9394a2f29b
@ -2615,7 +2615,7 @@ const ActionControl = {
|
||||
return this.select(...args);
|
||||
},
|
||||
hide() {
|
||||
open_interface = false;
|
||||
if (open_interface == ActionControl) open_interface = false;
|
||||
ActionControl.open = false;
|
||||
},
|
||||
confirm(e) {
|
||||
|
@ -111,6 +111,7 @@ class UndoSystem {
|
||||
|
||||
let slider = new NumSlider({
|
||||
id: 'amend_edit_slider',
|
||||
name: tl(form_line.label),
|
||||
private: true,
|
||||
onChange: updateValue,
|
||||
settings: {
|
||||
|
Loading…
Reference in New Issue
Block a user