We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada3aaa commit 46f47e4Copy full SHA for 46f47e4
1 file changed
src/vanilla/makecode-frame-driver.ts
@@ -836,5 +836,7 @@ export const createMakeCodeURL = (
836
url.searchParams.set(k, v);
837
}
838
839
+ // This avoids a navigation which will pollute the history of the embedding page.
840
+ url.hash = 'editor';
841
return url.toString();
842
};
0 commit comments