mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-01 19:21:26 +00:00
9 lines
122 B
JavaScript
9 lines
122 B
JavaScript
|
import modeType from './modeType'
|
||
|
|
||
|
let state = {
|
||
|
syncscroll: true,
|
||
|
currentMode: modeType.view
|
||
|
}
|
||
|
|
||
|
export default state
|