0
0
mirror of https://github.com/Doodle3D/Doodle3D-Core.git synced 2025-04-30 21:40:41 +02:00

pass data

This commit is contained in:
casperlamboo 2017-11-14 19:07:52 +01:00
parent 62847f4064
commit ce727117f6

View File

@ -497,5 +497,5 @@ export function menuClose(menuValue) {
}
export function openSketch(data) {
return { type: OPEN_SKETCH };
return { type: OPEN_SKETCH, data };
}