master
Mark MacKay 2021-02-23 10:47:11 -06:00
parent 5af3e9eb30
commit 9e81e51354
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ MD.PaintBox = function(container, type){
background.setAttribute("height", res.h+2);
if (fillAttr.indexOf("url") == -1) background.setAttribute('fill', fillAttr)
}
else createBackground(fillAttr)
else editor.createBackground(fillAttr)
}
if(apply) {