From ae9bc32a47ff82f1197bd28880a68a6c43a8c882 Mon Sep 17 00:00:00 2001 From: frikky Date: Thu, 16 Dec 2021 00:55:39 +0100 Subject: [PATCH] BUG: Fixed app dragging and hovering stopper in workflow --- frontend/src/components/ParsedAction.jsx | 67 ++++--- frontend/src/views/AngularWorkflow.jsx | 51 ++++-- frontend/src/views/AppCreator.jsx | 224 ++++++++++++----------- frontend/src/views/Docs.jsx | 7 +- 4 files changed, 201 insertions(+), 148 deletions(-) diff --git a/frontend/src/components/ParsedAction.jsx b/frontend/src/components/ParsedAction.jsx index fd4dd5ab..d4e27bcc 100644 --- a/frontend/src/components/ParsedAction.jsx +++ b/frontend/src/components/ParsedAction.jsx @@ -2486,7 +2486,7 @@ const ParsedAction = (props) => { ) : null} - {showEnvironment !== undefined && showEnvironment ? ( + {showEnvironment !== undefined && showEnvironment && environments.length > 1 ? (
Environment