From daaed1d02f40ac946d716b943e771926af73dce3 Mon Sep 17 00:00:00 2001 From: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Date: Fri, 13 Jun 2025 01:08:09 +0530 Subject: [PATCH] fix(ui): hashlist in view blocks leftsidebar (#21740) (cherry picked from commit a9d5d34fd1822dc8b36eb64348ecab40353d89ea) --- .../BlockEditor/Extensions/hashtag/hashtagSuggestion.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/BlockEditor/Extensions/hashtag/hashtagSuggestion.ts b/openmetadata-ui/src/main/resources/ui/src/components/BlockEditor/Extensions/hashtag/hashtagSuggestion.ts index 83abca02a93..d568413dd87 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/BlockEditor/Extensions/hashtag/hashtagSuggestion.ts +++ b/openmetadata-ui/src/main/resources/ui/src/components/BlockEditor/Extensions/hashtag/hashtagSuggestion.ts @@ -74,7 +74,7 @@ export const hashtagSuggestion = () => ({ props.clientRect as Props['getReferenceClientRect'], appendTo: () => document.body, content: component.element, - showOnCreate: true, + showOnCreate: false, interactive: true, trigger: 'manual', placement: 'bottom-start',