Skip to content

Commit

Permalink
Enable multi statement mode in editor by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhane committed Apr 29, 2020
1 parent 4971059 commit 0683570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Object {
"connectionTimeout": 30000,
"editorAutocomplete": true,
"editorLint": false,
"enableMultiStatementMode": false,
"enableMultiStatementMode": true,
"initCmd": ":play start",
"initialNodeDisplay": 300,
"maxFrames": 30,
Expand Down
2 changes: 1 addition & 1 deletion src/shared/modules/settings/settingsDuck.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const initialState = {
editorAutocomplete: true,
editorLint: false,
useCypherThread: true,
enableMultiStatementMode: false,
enableMultiStatementMode: true,
connectionTimeout: 30 * 1000 // 30 seconds
}

Expand Down

0 comments on commit 0683570

Please sign in to comment.