BetterRoleDot: Fix copying colour

main
Vendicated 1 year ago
parent 070aa343ef
commit a35b417194
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905

@ -29,10 +29,10 @@ export default definePlugin({
patches: [
{
find: "M0 4C0 1.79086 1.79086 0 4 0H16C18.2091 0 20 1.79086 20 4V16C20 18.2091 18.2091 20 16 20H4C1.79086 20 0 18.2091 0 16V4Z",
find: ".dotBorderBase",
replacement: {
match: /viewBox:"0 0 20 20"/,
replace: "$&,onClick:()=>$self.copyToClipBoard(e.color),style:{cursor:'pointer'}",
match: /,viewBox:"0 0 20 20"/,
replace: "$&,onClick:()=>$self.copyToClipBoard(arguments[0].color),style:{cursor:'pointer'}",
},
},
{

Loading…
Cancel
Save