fix: Fixed issue where entering a space or punctuation in Super autocomplete would dismiss menu

This commit is contained in:
Mo
2022-12-06 21:43:45 -06:00
parent d691d7a3b3
commit a5b1ff9595
6 changed files with 66 additions and 10 deletions

View File

@@ -905,9 +905,7 @@ class NoteView extends AbstractComponent<NoteViewProps, State> {
</div>
)}
</div>
{editorMode !== 'super' && (
<LinkedItemBubblesContainer linkingController={this.viewControllerManager.linkingController} />
)}
<LinkedItemBubblesContainer linkingController={this.viewControllerManager.linkingController} />
</div>
)}