Revert "DEV: Disable ACE editor worker blobs"

This reverts commit d5463d2a4d.

With S3 assets, CORS prevents loading worker assets directly.
This commit is contained in:
David Taylor
2020-08-14 14:12:11 +01:00
parent 35d9d668c3
commit 3cf93e9a8f
3 changed files with 5 additions and 3 deletions
@@ -74,8 +74,6 @@ export default Component.extend({
loadScript("/javascripts/ace/ace.js").then(() => {
window.ace.require(["ace/ace"], loadedAce => {
loadedAce.config.set("loadWorkerFromBlob", false);
if (!this.element || this.isDestroying || this.isDestroyed) {
return;
}