diff --git a/src/tier-row.js b/src/tier-row.js index 764badf..7da5406 100644 --- a/src/tier-row.js +++ b/src/tier-row.js @@ -107,6 +107,9 @@ export default class TierRow extends HTMLElement { this.pickr.on("save", this.colorChanged); }; + /** + * @param {Pickr.HSVaColor} color + */ colorChanged = (color) => { if (color === null) { this.pickr.setColor(clearColor);