From 8642eb8f7e28ac93329be5cc95466f4edd4098ba Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Tue, 21 Nov 2023 05:02:52 +0200
Subject: [PATCH] fix select-node

---
 .../MatchingService/components/MatchingContainerComponent.js  | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/wax-questions-service/src/MatchingService/components/MatchingContainerComponent.js b/wax-questions-service/src/MatchingService/components/MatchingContainerComponent.js
index 990f4de65..05900e8b1 100644
--- a/wax-questions-service/src/MatchingService/components/MatchingContainerComponent.js
+++ b/wax-questions-service/src/MatchingService/components/MatchingContainerComponent.js
@@ -12,6 +12,10 @@ const MatchingWrapper = styled.div`
   flex-direction: column;
   margin: 0px 38px 15px 38px;
   margin-top: 10px;
+
+  .ProseMirror-selectednode {
+    outline: none;
+  }
 `;
 
 const MatchingContainerTool = styled.div`
-- 
GitLab