We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d3c19 commit 4319be1Copy full SHA for 4319be1
src/lib/tw-project-meta-fetcher-hoc.jsx
@@ -151,6 +151,14 @@ const TWProjectMetaFetcherHOC = function (WrappedComponent) {
151
152
if (isScratch) {
153
window.CollaborationRoom = null;
154
+ window.parent.postMessage({
155
+ type: 'block-compiler-action',
156
+ action: 'scratch-project-description',
157
+ payload: {
158
+ instructions: data.instructions || ''
159
+ // description: data.description || ''
160
+ }
161
+ }, '*');
162
} else {
163
storage.setCloudOTT(data?.cloudDataOTT);
164
storage.setCustomAchievements(data?.customAchievements);
0 commit comments