diff --git a/index.html b/index.html
index 720ee904..1996df48 100644
--- a/index.html
+++ b/index.html
@@ -8110,6 +8110,7 @@
+
diff --git a/modules/ui/ai-generator.js b/modules/ui/ai-generator.js
index ca5cd527..e60ebf9c 100644
--- a/modules/ui/ai-generator.js
+++ b/modules/ui/ai-generator.js
@@ -44,6 +44,7 @@ function generateWithAi(defaultPrompt, onApply) {
updateValues();
}
+
function updateValues() {
byId("aiGeneratorResult").value = "";
byId("aiGeneratorPrompt").value = defaultPrompt;
diff --git a/versioning.js b/versioning.js
index e1d7b9f0..fa8da7ec 100644
--- a/versioning.js
+++ b/versioning.js
@@ -13,7 +13,7 @@
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
*/
-const VERSION = "1.105.23";
+const VERSION = "1.105.22";
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
{