From da6e32df8fbf1a3e604a740b58b297f11407a13f Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 22 May 2023 15:28:49 +0800 Subject: [PATCH] Remove keyboard stuff for now, maybe should do this after v3 --- pkg/extension/src/scripts/content/toast.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/extension/src/scripts/content/toast.js b/pkg/extension/src/scripts/content/toast.js index 761a2ac60..aeaee2d48 100644 --- a/pkg/extension/src/scripts/content/toast.js +++ b/pkg/extension/src/scripts/content/toast.js @@ -324,8 +324,6 @@ ) container.style.width = '280px' } - - root.shadowRoot.focus() } function connectKeyboard(root) {