Fixed frontend to work yay

This commit is contained in:
Frikky
2024-05-22 02:32:46 +02:00
parent 9bec820b46
commit 13b5e85e62
2 changed files with 5 additions and 46 deletions
+4 -4
View File
@@ -15273,10 +15273,6 @@ const AngularWorkflow = (defaultprops) => {
}
}, [executeWorkflow, executionText, workflow, lastSaved, executionRequestStarted])
if (isMobile) {
return null
}
useEffect(() => {
const handleKeyDown = (event) => {
if ((event.metaKey || event.ctrlKey) && event.key === '/') {
@@ -15330,6 +15326,10 @@ const AngularWorkflow = (defaultprops) => {
};
}, [executeWorkflow, executionText, workflow, lastSaved, executionRequestStarted]);
if (isMobile) {
return null
}
return (
<div
style={{