Skip to content

Toast notification disappears too quickly with long contents

Marcelo Rivera requested to merge fix/toasts-disappearing-2968 into master

Summary

This MR solves a memory leak issue and also pauses the timeout on mouse hover.

Closes #2968 (closed)

Steps to test

  1. trigger a toast
  2. hover over, leave the mouse inside the bounds of said toast. It should never disappear
  3. move the mouse out of the bounds of the component, it should disappear after a second and a half

Estimated Regression Scope

Could break form toasts

Merge request reports