Skip to content
Discussion options

You must be logged in to vote

Hi @emigdio821,

onPause() is called when:

  • The pointer is moved over the toast's viewport
  • The toast's viewport is focused
  • The window is blurred

onResume() is called when:

  • The pointer is moved away from the toast's viewport
  • The toast's viewport is blurred
  • The window is focused

In this preview you can see the logs in the console

CodeSandbox

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@emigdio821
Comment options

Answer selected by emigdio821
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants