From 31c6d13fdf227b055aea38100a640f06be8b9946 Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Fri, 12 Sep 2025 17:22:51 +0530 Subject: [PATCH] fix ctrl + k hotkey not working for browser with some extensions (#2481) --- index.html | 1 + package-lock.json | 8 ++-- package.json | 2 +- src/app/features/room/RoomView.tsx | 5 +-- src/app/features/search/Search.tsx | 5 +-- src/app/pages/App.tsx | 61 +++++++++++++++--------------- 6 files changed, 40 insertions(+), 42 deletions(-) diff --git a/index.html b/index.html index 9196cf3d..2eefeee2 100644 --- a/index.html +++ b/index.html @@ -90,6 +90,7 @@ window.global ||= window;
+