From 066c18cf13a6e5d6639bbabcb94801b3dea1f59b Mon Sep 17 00:00:00 2001 From: Alexander Onnikov Date: Fri, 6 Dec 2024 21:58:42 +0700 Subject: [PATCH] UBERF-8629 Use ObjectIdentifier for mentions (#7280) Signed-off-by: Alexander Onnikov --- .../src/components/MentionPopup.svelte | 32 ++++++++++++++++--- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/plugins/text-editor-resources/src/components/MentionPopup.svelte b/plugins/text-editor-resources/src/components/MentionPopup.svelte index 26ce8aad39..6b9632b418 100644 --- a/plugins/text-editor-resources/src/components/MentionPopup.svelte +++ b/plugins/text-editor-resources/src/components/MentionPopup.svelte @@ -15,12 +15,23 @@ -->