mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-03 07:07:22 +00:00
fix(ui): hashlist in view blocks leftsidebar (#21740)
This commit is contained in:
parent
e2abddd0ac
commit
a9d5d34fd1
@ -74,7 +74,7 @@ export const hashtagSuggestion = () => ({
|
|||||||
props.clientRect as Props['getReferenceClientRect'],
|
props.clientRect as Props['getReferenceClientRect'],
|
||||||
appendTo: () => document.body,
|
appendTo: () => document.body,
|
||||||
content: component.element,
|
content: component.element,
|
||||||
showOnCreate: true,
|
showOnCreate: false,
|
||||||
interactive: true,
|
interactive: true,
|
||||||
trigger: 'manual',
|
trigger: 'manual',
|
||||||
placement: 'bottom-start',
|
placement: 'bottom-start',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user