mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-05 06:03:24 +01:00
pass data
This commit is contained in:
parent
62847f4064
commit
ce727117f6
@ -497,5 +497,5 @@ export function menuClose(menuValue) {
|
||||
}
|
||||
|
||||
export function openSketch(data) {
|
||||
return { type: OPEN_SKETCH };
|
||||
return { type: OPEN_SKETCH, data };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user