From f5e77537bac4741f472baff548e18254d71d5a55 Mon Sep 17 00:00:00 2001
From: Thilo Wischmeyer <thwischm@gmail.com>
Date: Wed, 28 Apr 2021 14:44:51 +0200
Subject: [PATCH] Removed comment field being selected on window switch

---
 frontend/src/components/submission_notes/base/CommentForm.vue | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frontend/src/components/submission_notes/base/CommentForm.vue b/frontend/src/components/submission_notes/base/CommentForm.vue
index dfdbde26..f815936d 100644
--- a/frontend/src/components/submission_notes/base/CommentForm.vue
+++ b/frontend/src/components/submission_notes/base/CommentForm.vue
@@ -13,7 +13,6 @@
           hide-details
           @keyup.enter.ctrl.exact="submitFeedback"
           @keyup.esc="collapseTextField"
-          @focus="selectInput($event)"
         />
       </v-col>
     </v-row>
-- 
GitLab