fix typo for function
This commit is contained in:
parent
82e02c1db8
commit
5ceab15faa
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user