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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
The promises added to the queue are resolved once the editor is rendered - and since the editor is a deferred widget that is rendered only when its container becomes visible, the queue waits for all initially queue editors to get ready.
Sometimes a promise that was added to the promsie is queue is never resolved, resulting in no new instances getting initialized.
https://github.com/blutorange/primefaces-monaco/blob/master/src/main/js/widget.js
The text was updated successfully, but these errors were encountered: