Skip to content

Commit 86e1c27

Browse files
committed
update comment
1 parent d11f5bd commit 86e1c27

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/src/routes/(authed)/playground/[id]

1 file changed

+1
-1
lines changed

apps/svelte.dev/src/routes/(authed)/playground/[id]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
}
107107
108108
async function update_hash() {
109-
// Only change hash on editor blur to not pollute everyone's browser history
109+
// Only change hash when necessary to avoid polluting everyone's browser history
110110
if (modified) {
111111
const json = JSON.stringify({ files: repl.toJSON().files });
112112
await set_hash(json);

0 commit comments

Comments
 (0)