From 7653b5e2f0daa96101830ed31bfa13b6ea1797f7 Mon Sep 17 00:00:00 2001 From: Igor Carvalho Date: Tue, 2 Jul 2024 09:26:21 -0300 Subject: [PATCH] fix: ctrl f overriding browser ctrl f when editing node (#2358) * Fix: Ctrl F overriding browser ctrl f when editing node * Refactor: use noflow class instead of isThereModal function * [autofix.ci] apply automated fixes --------- Co-authored-by: Gabriel Luiz Freitas Almeida Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Lucas Oliveira --- .../components/OutputComponent/index.tsx | 2 +- .../components/singleAlertComponent/index.tsx | 2 +- src/frontend/src/alerts/alertDropDown/index.tsx | 2 +- src/frontend/src/alerts/error/index.tsx | 2 +- src/frontend/src/alerts/notice/index.tsx | 2 +- src/frontend/src/alerts/success/index.tsx | 2 +- .../src/components/dropdownComponent/index.tsx | 2 +- .../editFlowSettingsComponent/index.tsx | 4 ++-- .../inputComponent/components/popover/index.tsx | 2 +- .../components/popoverObject/index.tsx | 2 +- src/frontend/src/components/ui/button.tsx | 4 ++-- .../src/components/ui/dialog-with-no-close.tsx | 4 ++-- src/frontend/src/components/ui/dialog.tsx | 4 ++-- src/frontend/src/components/ui/input.tsx | 5 +---- src/frontend/src/components/ui/rename-label.tsx | 2 +- src/frontend/src/components/ui/textarea.tsx | 2 +- src/frontend/src/constants/constants.ts | 2 +- .../FlowPage/components/PageComponent/index.tsx | 10 +++++----- .../components/extraSidebarComponent/index.tsx | 2 +- .../components/nodeToolbarComponent/index.tsx | 16 ++++++++++------ 20 files changed, 37 insertions(+), 36 deletions(-) diff --git a/src/frontend/src/CustomNodes/GenericNode/components/OutputComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/OutputComponent/index.tsx index c5a9bb2184..6c18e6b0bf 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/OutputComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/OutputComponent/index.tsx @@ -44,7 +44,7 @@ export default function OutputComponent({ // ! DEACTIVATED UNTIL BETTER IMPLEMENTATION // return ( - //
+ //
// // //