mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 16:16:44 +00:00
auto focus fields on some modal dialogs
This commit is contained in:
parent
85e850b40d
commit
b34b031f3d
@ -74,6 +74,8 @@ class Image_resize_class {
|
||||
},
|
||||
};
|
||||
this.POP.show(settings);
|
||||
|
||||
document.getElementById("pop_data_width").select();
|
||||
}
|
||||
|
||||
async do_resize(params) {
|
||||
|
||||
@ -156,6 +156,8 @@ class Media_class extends Base_tools_class {
|
||||
},
|
||||
};
|
||||
this.POP.show(settings);
|
||||
|
||||
document.getElementById("pop_data_query").select();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user