fix(ui): hashlist in view blocks leftsidebar (#21740)

(cherry picked from commit a9d5d34fd1822dc8b36eb64348ecab40353d89ea)
This commit is contained in:
Chirag Madlani 2025-06-13 01:08:09 +05:30 committed by OpenMetadata Release Bot
parent 2e08b5f140
commit daaed1d02f

View File

@ -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',