Skip to content

Commit

Permalink
[FIX] Update hex value when setting R, G or B
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jan 20, 2025
1 parent dfcee68 commit ff8cf2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ColorPicker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,8 @@ class ColorPicker extends Element implements IBindable {

this._dragging = true;
this.emit('picker:color:start');

Check failure on line 661 in src/components/ColorPicker/index.ts

View workflow job for this annotation

GitHub Actions / Lint Code

Trailing spaces not allowed
this._fieldHex.value = this._getHex();
}

// hue position
Expand Down

0 comments on commit ff8cf2d

Please sign in to comment.