Skip to content

Commit

Permalink
Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenwerk committed Jan 7, 2025
1 parent 1ee5467 commit 985a142
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ const DEFAULT_PALETTE_COLORS = [
export default class ColorPalette extends Component<Signature> {
colors = DEFAULT_PALETTE_COLORS;

private handleColorInput = (event: Event) => {
let input = event.target as HTMLInputElement;
this.args.onChange(input.value);
};

<template>
<div class='color-palette-container' ...attributes>
<div class='color-palette'>
Expand Down

0 comments on commit 985a142

Please sign in to comment.