Skip to content

Commit 248e983

Browse files
ValentinHCompuIves
authored andcommitted
Default clearConsoleEnabled to true (codesandbox#700)
1 parent 89f7a54 commit 248e983

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/store/modules/preferences

1 file changed

+1
-1
lines changed

packages/app/src/app/store/modules/preferences/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default Module({
1616
fontSize: 14,
1717
fontFamily: '',
1818
lineHeight: 1.5,
19-
clearConsoleEnabled: false, // TODO: should be true
19+
clearConsoleEnabled: true,
2020
autoDownloadTypes: true,
2121
codeMirror: false,
2222
keybindings: [],

0 commit comments

Comments
 (0)