Confirm dialog used in onBeforeItemsPublish shows plugin warning

Describe the issue:

  • The on before publish hook provides an opportunity to apply some additional checks and verification that maybe we couldn’t handle in the schema
  • Currently, we are working our users of some conditions and allowing them to either publish anyways or cancel the publishing
  • However, the user is pondering the choice they want to make and we get this warning that our plugin is taking too long to respond when it is actually the user taking too long to respond.
  • Is there any way to avoid this? Does dato not know whether there is an open confirm dialog that hasn’t been responded to by the user?