|
|
@ -1,5 +1,6 @@ |
|
|
|
export const initialState = { |
|
|
|
export const initialState = { |
|
|
|
journalBlocks: { |
|
|
|
journalBlocks: { |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
data: { |
|
|
|
data: { |
|
|
|
// lineLength: props.options.lineLength || 80,
|
|
|
|
// lineLength: props.options.lineLength || 80,
|
|
|
@ -126,6 +127,7 @@ export const registerScriptRunnerReducer = (state, action) => { |
|
|
|
case 'log': |
|
|
|
case 'log': |
|
|
|
return { |
|
|
|
return { |
|
|
|
...state |
|
|
|
...state |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|