mirror of
https://github.com/zadam/trilium.git
synced 2026-01-05 22:24:25 +01:00
Save gridModeEnabled in CanvasContent
This commit is contained in:
parent
05ed917a56
commit
98c76b713d
@ -153,7 +153,8 @@ export default class Canvas {
|
||||
appState: {
|
||||
scrollX: appState.scrollX,
|
||||
scrollY: appState.scrollY,
|
||||
zoom: appState.zoom
|
||||
zoom: appState.zoom,
|
||||
gridModeEnabled: appState.gridModeEnabled
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user