Skip to content

Commit

Permalink
rearrange comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivish committed Feb 5, 2024
1 parent 2ff8a1b commit b53c9e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/plots/pointer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ export async function pointerSticky() {
textarea.value = JSON.stringify(value, null, 2);
}
};
// initialize the textarea to null
textarea.value = JSON.stringify(null);
textarea.value = JSON.stringify(null); // initialize the textarea to null
plot.oninput = oninput; // update during interaction
return html`<figure>${plot}${textarea}</figure>`;
}

0 comments on commit b53c9e8

Please sign in to comment.