mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
Merge branch 'ai-claude' into feature/claude-ai-support
This commit is contained in:
commit
a54a2bb2cc
3 changed files with 3 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ function generateWithAi(defaultPrompt, onApply) {
|
|||
updateValues();
|
||||
}
|
||||
|
||||
|
||||
function updateValues() {
|
||||
byId("aiGeneratorResult").value = "";
|
||||
byId("aiGeneratorPrompt").value = defaultPrompt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue