Snap to grid and flag export
This commit is contained in:
@@ -16,6 +16,7 @@ export async function exportBoard(): Promise<{
|
||||
items: state.manifest.items.map((item) => ({ ...item })),
|
||||
sharedCss: state.manifest.sharedCss,
|
||||
appCss: state.manifest.appCss,
|
||||
flags: state.manifest.flags ?? {},
|
||||
};
|
||||
|
||||
for (const item of exportManifest.items) {
|
||||
|
||||
Reference in New Issue
Block a user