From 421a3ad05153be19889b3cfbbf4c52acc000bb1f Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:31:04 +0000 Subject: [PATCH] fix(nc-gui): field modal field type search scroll issue --- .../components/smartsheet/column/UITypesOptionsWithSearch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui/components/smartsheet/column/UITypesOptionsWithSearch.vue b/packages/nc-gui/components/smartsheet/column/UITypesOptionsWithSearch.vue index 4081dd38dc..6bf8452381 100644 --- a/packages/nc-gui/components/smartsheet/column/UITypesOptionsWithSearch.vue +++ b/packages/nc-gui/components/smartsheet/column/UITypesOptionsWithSearch.vue @@ -27,7 +27,7 @@ const onClick = (uidt: UITypes) => { } const handleAutoScrollOption = () => { - const option = document.querySelector('.nc-field-list-option-active') + const option = document.querySelector('.nc-column-list-option-active') if (option) { setTimeout(() => {