[BUGFIX] click event on links in notification message#270
[BUGFIX] click event on links in notification message#270Shajansheriff wants to merge 1 commit intomansona:mainfrom
Conversation
|
|
||
|
|
||
| # IDE / Code Editor configs | ||
| /.idea |
There was a problem hiding this comment.
Was this added on purpose? Usually environment specific things like developers' IDEs make more sense in a global .gitignore
|
Closes #274 |
|
@Shajansheriff I think a better solution to this would be to move the close button outside of the div that has the onClick handler and absolutely position it to the top right inside the outer container. That way we don't need to stop propagation. Of course the outer container should have |
|
@LuisAverhoff no that workaround is not applicable. This fix and the issue is about having links in notification content that become unclickable. |
|
The fix proposed by @Shajansheriff involves calling |
Fix 269