We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360cb2b commit 8ee5d0dCopy full SHA for 8ee5d0d
src/dashboard/Data/Playground/Playground.react.js
@@ -14,11 +14,6 @@ import ScriptManager from 'lib/ScriptManager';
14
15
import styles from './Playground.scss';
16
17
-// Configure ACE editor to prevent worker loading issues
18
-import ace from 'ace-builds/src-noconflict/ace';
19
-ace.config.set('useWorker', false);
20
-ace.config.set('loadWorkerFromBlob', false);
21
-
22
const DEFAULT_CODE_EDITOR_VALUE = `const myObj = new Parse.Object('MyClass');
23
myObj.set('myField', 'Hello World!')
24
await myObj.save();
0 commit comments