Factor out collaboration code (#2313)

Co-authored-by: Lipis <lipiridis@gmail.com>
Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Aakansha Doshi
2020-12-05 15:30:53 +01:00
committed by GitHub
co-authored by Lipis dwelle
parent d8a0dc3b4d
commit e617ccc252
41 changed files with 2248 additions and 2016 deletions
-1
View File
@@ -64,7 +64,6 @@ export const actionClearCanvas = register({
exportEmbedScene: appState.exportEmbedScene,
gridSize: appState.gridSize,
shouldAddWatermark: appState.shouldAddWatermark,
username: appState.username,
},
commitToHistory: true,
};