mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-29 09:14:28 -05: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
|