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

When mention contains '@' and we start to add another mention but delete it before choosing the popover doesn't close #76

Open
MorCohenTipalti opened this issue Apr 27, 2022 · 2 comments

Comments

@MorCohenTipalti
Copy link

No description provided.

@samatcodeapprove
Copy link

samatcodeapprove commented Aug 31, 2022

I believe I am running into this same issue:
codeapprove/feedback#49

Basically if I type the popover trigger twice in a row (## in my case) then there's a tiny one-pixel popover which remains open and eats the arrow-up/arrow-down key events.

Note: I am using Vue 2!

@samatcodeapprove
Copy link

@Akryum to fix the issue I was facing I forked the library and added && this.displayedItems.length > 0 to the handlers for ArrowUp and ArrowDown.

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

No branches or pull requests

2 participants