pass rest of appState in put request

This commit is contained in:
Sushil Kumar
2026-01-18 02:07:54 +05:30
parent 7c238701b7
commit a8615d9087
2 changed files with 21 additions and 15 deletions
+1
View File
@@ -301,6 +301,7 @@ export const Editor: React.FC = () => {
try {
const persistableAppState = {
...appState,
viewBackgroundColor: appState?.viewBackgroundColor || '#ffffff',
gridSize: appState?.gridSize || null,
};