diff --git a/web/app/components/base/prompt-editor/plugins/component-picker-block/index.tsx b/web/app/components/base/prompt-editor/plugins/component-picker-block/index.tsx index 1e08959201..2500f72e8b 100644 --- a/web/app/components/base/prompt-editor/plugins/component-picker-block/index.tsx +++ b/web/app/components/base/prompt-editor/plugins/component-picker-block/index.tsx @@ -57,7 +57,7 @@ const ComponentPicker = ({ const { refs, floatingStyles, elements } = useFloating({ placement: 'bottom-start', middleware: [ - offset(16), // fix hide cursor + offset(0), // fix hide cursor shift(), flip(), ],