Open FRiMN opened 5 years ago
I have same problem!
Same problem for me in 2021/08.
As a workaround I change the value of it when mounted
private async mounted() { const originalColor = this.colorHex; this.colorHex = '#ff00ff'; await this.$nextTick(); this.colorHex = originalColor; }
Describe the bug Widgets with a set black color (or without a set value) the first time you click in the color selection canvas, the value does not change.
It appears on examples page.
To Reproduce Steps to reproduce the behavior:
Expected behavior Value is change
Desktop (please complete the following information):