Added AI popup again to see how it works :3

This commit is contained in:
Frikky
2025-08-27 00:05:26 +02:00
parent f82c4751d4
commit 249b8dbf2c
4 changed files with 318 additions and 83 deletions
+1 -2
View File
@@ -934,9 +934,8 @@ const AngularWorkflow = (defaultprops) => {
// Add keyboard shortcut handler in your main component
useEffect(() => {
const handleKeyPress = (event) => {
const hasSupport = userdata?.support === true;
if (hasSupport && ((event.metaKey || event.ctrlKey) && event.key === 'f')) {
if (((event.metaKey || event.ctrlKey) && event.key === 'f')) {
// Check if any modal is currently open
const isAnyModalOpen = codeEditorModalOpen || executionModalOpen ||