question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mention's popover shows up when typing before a @

See original GitHub issue

Steps to reproduce

  1. Go to the simple example
  2. Type @ma
  3. Then move the cursor before the @ and insert two line breaks
  4. Start typing ma and the suggestions will appear

screenshot

The cursor is on the first line, right after ma.

This is due to the regular expression matching \s.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
dex1tcommented, Jul 17, 2016

thanks ✨

1reaction
dex1tcommented, Jul 17, 2016

@nikgraf When are you going to publish this? I expect to fix this issue (https://github.com/draft-js-plugins/draft-js-plugins/issues/289).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Popovers · Bootstrap v5.2
Toggles an element's popover. Returns to the caller before the popover has actually been shown or hidden (i.e. before the shown.bs.popover or hidden.bs....
Read more >
How to Use React-Bootstrap's Popover - Pluralsight
A popover is a pop-up box that appears when a user clicks on a specific HTML element. It's pretty similar to the tooltip...
Read more >
Popover to remain open when hovering over it #3515 - GitHub
Popover triggered by mouseenter event hide himself as soon as the mouse leave the target element. And it's impossible to click on a...
Read more >
Popovers · Boosted v5.2
Toggles an element's popover. Returns to the caller before the popover has actually been shown or hidden (i.e. before the shown.bs.popover or hidden.bs.popover...
Read more >
Popover API (Explainer) - Open UI
Popovers always appear on top of other page content. Popovers are ephemeral. When the user "moves on" to another part of the page...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found