You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…#1177)
**Related Ticket:** #953
### Description of Changes
Make cookie consent component not to receive mouse events when closed.
### Notes & Questions About Changes
This might be able to be resolved with #1170 , but here is a quick fix.
### Validation / Testing
Go to
https://veda-ui.netlify.app/exploration?datasets=%5B%5D&taxonomy=%7B%7D
, close cookie consent form and try to add datasets. The button click is
blocked because we are hiding the component only with opacity. (And
check the same work flow on this PR's preview)
The text was updated successfully, but these errors were encountered: