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

Fix: search glitch #389

Merged
merged 2 commits into from
Aug 26, 2021
Merged

Fix: search glitch #389

merged 2 commits into from
Aug 26, 2021

Conversation

cakeinpanic
Copy link
Contributor

Fix for the #373

@@ -137,6 +135,7 @@ export class CategoryComponent implements OnChanges, OnInit, AfterViewInit {
@ViewChild('container', { static: true }) container!: ElementRef;
@ViewChild('label', { static: true }) label!: ElementRef;
containerStyles: any = {};
emojisToDisplay: any[] = []
Copy link
Contributor Author

Choose a reason for hiding this comment

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

emojis is working as an input + changed inside of the component, I decided not to change this flow right now, but introduce one more value to rely on in template

@scttcper scttcper changed the title Fix search glitch Fix: search glitch Aug 26, 2021
@scttcper scttcper merged commit 1fd0c07 into scttcper:master Aug 26, 2021
@cakeinpanic
Copy link
Contributor Author

@scttcper Hi! thank you for merging my PR
Can you please publish a new version of the package so we can bump it in our project?

@scttcper
Copy link
Owner

🎉 This PR is included in version 6.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants