fix typo for function

This commit is contained in:
Raphael 2022-01-25 14:27:30 +01:00
parent 82e02c1db8
commit 5ceab15faa

View File

@ -894,7 +894,7 @@ const whiteboard = {
drawImgToBackground(url, width, height, left, top, rotationAngle) {
const px = (v) => Number(v).toString() + "px";
this.imgContainer.append(
this.imageWithSrc(url).css({
this.imgWithSrc(url).css({
width: px(width),
height: px(height),
top: px(top),