Patch Changes
-
#4762 by @felixfeng33 – Add
getUserIdoption toTriggerComboboxPluginOptionsto fix combobox popover opening for all users in Yjs collaboration modeWhen a user types a trigger character (e.g.
/or@), the combobox input now stores the creator'suserId. Only the creator will see the auto-focused combobox popover.SlashPlugin.configure({ options: { getUserId: (editor) => editor.getOption(YjsPlugin, "userId"), }, }); MentionPlugin.configure({ options: { getUserId: (editor) => editor.getOption(YjsPlugin, "userId"), }, });