Closed bennymeier closed 10 months ago
Hmm... I was afraid there could be gotchas when I added those based on your previous request and here we are 😅
I'll think about an internally proper way to mitigate this.
Sorry it took a minute with holidays and other stuff, but I think this should be fixed now with multiple instances of the same panel having unique data-action
attributes.
Hi,
if I use the
EllipseMarker
theLine Color
Button has the samedata-action
value as theFill Color
Button. Both have the valuecolor-picker-panel
. See here:Edit: The
Text Color
Picker has also thedata-action
value ofcolor-picker-panel
. So I guess you use it internally to open the color-panel? Is there a way to change thedata-action
attribute totext-color-picker-panel
,fill-color-picker-panel
andline-color-picker-panel
? If so, I can add my own language to thetitle
andaria-label
attributes on the buttons.Best regards Benny