diff --git a/app/components/common/CommonScrollIntoView.vue b/app/components/common/CommonScrollIntoView.vue
index 841f8484..2ac9b5c5 100644
--- a/app/components/common/CommonScrollIntoView.vue
+++ b/app/components/common/CommonScrollIntoView.vue
@@ -1,6 +1,6 @@
@@ -310,6 +363,7 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) {
}"
@keydown="stopQuestionMarkPropagation"
@keydown.esc.prevent="editor?.commands.blur()"
+ @keyup="detectLanguage"
/>
@@ -523,18 +577,18 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) {