diff --git a/apps/www/content/docs/components/changelog.mdx b/apps/www/content/docs/components/changelog.mdx index 29cc8c1b83..3c487b804b 100644 --- a/apps/www/content/docs/components/changelog.mdx +++ b/apps/www/content/docs/components/changelog.mdx @@ -8,6 +8,13 @@ Since Plate UI is not a component library, a changelog is maintained here. Use the [CLI](https://platejs.org/docs/components/cli) to install the latest version of the components. +## February 2025 #8 + +### February 5 #8.1 + +- Fix: Mention input removed when clicking mention combobox scrollbar +([#2919](https://github.com/udecode/plate/issues/2919)) + ## January 2024 #7 ### January 31 #7.5 diff --git a/apps/www/src/registry/default/plate-ui/mention-combobox.tsx b/apps/www/src/registry/default/plate-ui/mention-combobox.tsx index 5c127e2ca4..255ba9c242 100644 --- a/apps/www/src/registry/default/plate-ui/mention-combobox.tsx +++ b/apps/www/src/registry/default/plate-ui/mention-combobox.tsx @@ -21,14 +21,16 @@ export function MentionCombobox({ const { trigger } = getPluginOptions(editor, pluginKey); return ( - +
e.preventDefault()}> + +
); }