Fixed frontend to work yay
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user