react-semantic-toasts icon indicating copy to clipboard operation
react-semantic-toasts copied to clipboard

Don't dismiss while hovering

Open Evanion opened this issue 6 years ago • 1 comments

Expected behaviour

When a user is hovering over a toast, the toast shouldn't be dismissed, even if it times out. When the user moves mouse of the toast, it should be dismissed after a delay.

Actual behaviour

The toast gets dismissed even if the user is hovering over the toast message.

Explanation

This allows the user to delay dismissal of a toast, in case they need additional time reading the message.

Evanion avatar Jan 14 '19 07:01 Evanion

@Evanion PR?

ferrao avatar Feb 21 '19 16:02 ferrao