Add Popover component#51
Conversation
|
|
|
||
| event.preventDefault(); | ||
| event.stopPropagation(); | ||
| closePopover(); |
There was a problem hiding this comment.
This internal action calls the closePopover argument function, which in turn updates the value of isOpen.
There was a problem hiding this comment.
Not sure if this affects anything that you are working with right now but shouldn't this be this.args.closePopover()?
There was a problem hiding this comment.
Hmm, it's destructured off of this.args a few lines up, but I'll see if it makes a difference...
NARRATOR: It didn't.
No description provided.