mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
Manage syncscroll / currentMode in appState
This commit is contained in:
parent
0e9afde5fa
commit
4839838d0c
4 changed files with 58 additions and 48 deletions
8
public/js/lib/appState.js
Normal file
8
public/js/lib/appState.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import modeType from './modeType'
|
||||
|
||||
let state = {
|
||||
syncscroll: true,
|
||||
currentMode: modeType.view
|
||||
}
|
||||
|
||||
export default state
|
Loading…
Add table
Add a link
Reference in a new issue