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
it might be that it relies on sync handler and want execCommand to be invoked immediately after user interaction due to security policy. Wonder whether it's going to be the same with synchronous XMLHTTPrequest https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests#Synchronous_request althought it might be deprecated in main thread. Possibly could try to prefetch items / split into two steps (click -> loader -> ready, click here to copy), but it might be too much trouble and not applicable for every case
It seems that the click handler cannot load data? or do other pre-processing?
Example:
https://codesandbox.io/s/ecstatic-chaplygin-enmpd?file=/src/App.js
The text was updated successfully, but these errors were encountered: