This pull request fixes an issue where suggestionItems were not wrapped with the <EditorCommandList> component, which is necessary for proper functionality.
Changes
Wrapped suggestionItems with <EditorCommandList>.
Reason for Changes
The suggestionItems need to be wrapped with <EditorCommandList> to ensure they function correctly. Without this wrapper, the suggestions may not display or behave as intended.
Summary
This pull request fixes an issue where
suggestionItems
were not wrapped with the<EditorCommandList>
component, which is necessary for proper functionality.Changes
suggestionItems
with<EditorCommandList>
.Reason for Changes
The
suggestionItems
need to be wrapped with<EditorCommandList>
to ensure they function correctly. Without this wrapper, the suggestions may not display or behave as intended.