mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-03 12:53:53 +00:00
fix(ui): hashlist in view blocks leftsidebar (#21740)
(cherry picked from commit a9d5d34fd1822dc8b36eb64348ecab40353d89ea)
This commit is contained in:
parent
2e08b5f140
commit
daaed1d02f
@ -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