Bugfix in custom palette color picker, fixes #4963
This commit is contained in:
parent
d5002cce25
commit
e23751bd1d
@ -293,7 +293,7 @@
|
|||||||
rmTrash(e);
|
rmTrash(e);
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
const src = e.target || e.srcElement;
|
const src = e.target || e.srcElement;
|
||||||
let cp = gId(src.id.replace("M","")); // marker → picker
|
let cp = gId(src.id.replace("cPM","cPick"));
|
||||||
cp.click();
|
cp.click();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user