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

CW-8641 FIX: Paginated data is not showing in # taged object #16

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

bhavesh-kreeti
Copy link
Contributor

Screen.Recording.2024-04-02.at.18.38.24.mov

Comment on lines -151 to -156
const { dropdownLimit: markerDropdownLimit } = this._mentionsConfigurations.get(marker);
// Set to 10 by default for backwards compatibility. See: #10479
const dropdownLimit = markerDropdownLimit || this.editor.config.get('mention.dropdownLimit') || 10;
if (mentionsView.items.length >= dropdownLimit) {
return null;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

image

our old code

@bhavesh-kreeti bhavesh-kreeti merged commit 30781ee into master Apr 2, 2024
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