From 4041c87d23ca15e8f80357bc0aef6438694c795d Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 11 Sep 2024 17:51:03 +0200 Subject: [PATCH] fix(CodeBlock): Fix visibleFocus and pasting in code blocks Fixes: #5695 The `tabindex` was introduced with commit 2c9e7a0, but I was not able to reproduce a problem with tab navigation and/or focus trap after removing it. Signed-off-by: Jonas --- src/nodes/CodeBlockView.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nodes/CodeBlockView.vue b/src/nodes/CodeBlockView.vue index 73b144764d..83b0b9c35a 100644 --- a/src/nodes/CodeBlockView.vue +++ b/src/nodes/CodeBlockView.vue @@ -64,7 +64,6 @@