chore: disable WebView keyboard shortcuts (#942)
This commit is contained in:
@@ -24,6 +24,11 @@ if (!container) {
|
||||
);
|
||||
}
|
||||
|
||||
document.addEventListener("keydown", (event) => {
|
||||
// Disable WebView keyboard shortcuts
|
||||
event.preventDefault();
|
||||
});
|
||||
|
||||
createRoot(container).render(
|
||||
<React.StrictMode>
|
||||
<RecoilRoot>
|
||||
|
||||
Reference in New Issue
Block a user