fix colorbox

This commit is contained in:
JFH
2020-12-24 22:40:30 +01:00
parent 1a938fc522
commit fe6470bcdd
3 changed files with 12 additions and 9 deletions

View File

@@ -1133,8 +1133,8 @@ editor.init = () => {
};
const updateColorpickers = (apply) => {
$id('fill_color').update(selectedElement, apply);
$id('stroke_color').update(selectedElement, apply);
$id('fill_color').update(svgCanvas, selectedElement, apply);
$id('stroke_color').update(svgCanvas, selectedElement, apply);
};
/**