From cdeac4370b829f08a92956a9846c011809d10f5b 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 54782b37f03..9855fabdbc5 100644 --- a/src/nodes/CodeBlockView.vue +++ b/src/nodes/CodeBlockView.vue @@ -69,7 +69,6 @@