Merge branch 'ai-claude' into feature/claude-ai-support

This commit is contained in:
Azgaar 2024-11-13 23:55:27 +01:00 committed by GitHub
commit a54a2bb2cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -44,6 +44,7 @@ function generateWithAi(defaultPrompt, onApply) {
updateValues();
}
function updateValues() {
byId("aiGeneratorResult").value = "";
byId("aiGeneratorPrompt").value = defaultPrompt;