From 150dfa86bfb235b94d9f62fb41d05dbb3db680df Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62335616+lucaseduoli@users.noreply.github.com> Date: Thu, 2 Oct 2025 09:47:50 -0300 Subject: [PATCH] fix: make file component zoomable on canvas (#9885) * Removed nopan and nowheel from file renderer * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Carlos Coelho <80289056+carlosrcoelho@users.noreply.github.com> --- .../components/inputFileComponent/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/components/core/parameterRenderComponent/components/inputFileComponent/index.tsx b/src/frontend/src/components/core/parameterRenderComponent/components/inputFileComponent/index.tsx index 61dfc0a0d6..589897ec2e 100644 --- a/src/frontend/src/components/core/parameterRenderComponent/components/inputFileComponent/index.tsx +++ b/src/frontend/src/components/core/parameterRenderComponent/components/inputFileComponent/index.tsx @@ -202,7 +202,7 @@ export default function InputFileComponent({ {ENABLE_FILE_MANAGEMENT && !tempFile ? ( files && (
-
+
selectedFiles.includes(file.path),