fix: fix hotkeys on form elements (#778)

This commit is contained in:
Guy Ben-Aharon
2025-07-21 17:31:42 +03:00
committed by GitHub
parent 9949a46ee3
commit 43d1dfff71
2 changed files with 2 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ export const ThemeProvider: React.FC<React.PropsWithChildren> = ({
handleThemeToggle,
{
preventDefault: true,
enableOnFormTags: true,
},
[handleThemeToggle]
);

View File

@@ -1070,6 +1070,7 @@ export const Canvas: React.FC<CanvasProps> = ({ initialTables }) => {
},
{
preventDefault: true,
enableOnFormTags: true,
},
[]
);