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) {
|
drawImgToBackground(url, width, height, left, top, rotationAngle) {
|
||||||
const px = (v) => Number(v).toString() + "px";
|
const px = (v) => Number(v).toString() + "px";
|
||||||
this.imgContainer.append(
|
this.imgContainer.append(
|
||||||
this.imageWithSrc(url).css({
|
this.imgWithSrc(url).css({
|
||||||
width: px(width),
|
width: px(width),
|
||||||
height: px(height),
|
height: px(height),
|
||||||
top: px(top),
|
top: px(top),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user