Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CARE-2935] Fix - Make sure the trigger character is only detected in the same node #556

Conversation

kudlajz
Copy link
Contributor

@kudlajz kudlajz commented Jul 18, 2024

Screenshot 2024-07-18 at 17 29 40
Screenshot 2024-07-18 at 17 29 47

@kudlajz kudlajz self-assigned this Jul 18, 2024
@@ -11,6 +11,10 @@
padding: $spacing-half 0 !important; // override editor's ul styling
margin: 0 !important; // override editor's ul styling

&.hidden {
display: none;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've noticed a bug where the mentions dropdown was still rendered even if it doesn't have any options.
Screenshot 2024-07-18 at 17 30 21

I've tried not rendering the dropdown at all if options.length === 0 but that would make the dropdown sometime appear positioned incorrectly.

@kudlajz kudlajz merged commit bd4f463 into main Jul 19, 2024
9 checks passed
@kudlajz kudlajz deleted the feature/care-2935-publication-date-option-showing-randomly-in-editor branch July 19, 2024 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants