mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
8 lines
122 B
JavaScript
8 lines
122 B
JavaScript
import modeType from './modeType'
|
|
|
|
let state = {
|
|
syncscroll: true,
|
|
currentMode: modeType.view
|
|
}
|
|
|
|
export default state
|