Skip to content

Commit 8ee5d0d

Browse files
committed
remove duplicate config
1 parent 360cb2b commit 8ee5d0d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/dashboard/Data/Playground/Playground.react.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ import ScriptManager from 'lib/ScriptManager';
1414

1515
import styles from './Playground.scss';
1616

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-
2217
const DEFAULT_CODE_EDITOR_VALUE = `const myObj = new Parse.Object('MyClass');
2318
myObj.set('myField', 'Hello World!')
2419
await myObj.save();

0 commit comments

Comments
 (0)