Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mutammim committed Jul 21, 2022
1 parent ea922b4 commit 4a921ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixel-editor/pixel-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ export function createPixelEditor(target) {
@click=${() => { state.color = color[1]; r(); }}>
</div>
`
}

return html`
<div class="colors">${state.palette.map(drawColor)}</div>
`
}
};

const r = () => {
Expand Down

0 comments on commit 4a921ca

Please sign in to comment.