monaco-editor icon indicating copy to clipboard operation
monaco-editor copied to clipboard

Delay messages to the proxy before the handler was activated

Open DrNiels opened this issue 6 years ago • 0 comments

Functions that are called "too early" were sent via message before the iframe has established its event listener. So now, we just delay all messages in editor- and monaco-proxy until we got the OK.

DrNiels avatar May 02 '18 10:05 DrNiels