We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11f5bd commit 86e1c27Copy full SHA for 86e1c27
apps/svelte.dev/src/routes/(authed)/playground/[id]/+page.svelte
@@ -106,7 +106,7 @@
106
}
107
108
async function update_hash() {
109
- // Only change hash on editor blur to not pollute everyone's browser history
+ // Only change hash when necessary to avoid polluting everyone's browser history
110
if (modified) {
111
const json = JSON.stringify({ files: repl.toJSON().files });
112
await set_hash(json);
0 commit comments