fix ctrl + k hotkey not working for browser with some extensions (#2481)

This commit is contained in:
Ajay Bura 2025-09-12 17:22:51 +05:30 committed by Ginger
parent 43522c62fe
commit 1a3ee65c7e
No known key found for this signature in database
6 changed files with 40 additions and 42 deletions

View file

@ -90,6 +90,7 @@
window.global ||= window;
</script>
<div id="root"></div>
<div id="portalContainer"></div>
<script type="module" src="./src/index.tsx"></script>
</body>
</html>