mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
feat: burg groups - save select choise
This commit is contained in:
parent
984d351e4d
commit
4185611791
2 changed files with 2 additions and 1 deletions
|
|
@ -164,6 +164,7 @@ void (function () {
|
|||
input.required = options.required === false ? false : true;
|
||||
input.placeholder = "type a " + type;
|
||||
input.value = options.default;
|
||||
input.style.width = promptText.length > 10 ? "100%" : "auto";
|
||||
prompt.style.display = "block";
|
||||
|
||||
form.addEventListener(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue