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

This commit is contained in:
Chirag Madlani 2025-06-13 01:08:09 +05:30 committed by GitHub
parent e2abddd0ac
commit a9d5d34fd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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