Basic implementation of textBox move

This commit is contained in:
matbgn 2022-06-25 23:20:55 +02:00
parent 48d1c98084
commit 93ae67208e

View File

@ -467,8 +467,8 @@ const whiteboard = {
_this.drawcolor,
_this.textboxBackgroundColor,
fontsize,
currentPos.x,
currentPos.y,
currentPos.x - _this.viewCoords.x,
currentPos.y - _this.viewCoords.y,
txId,
isStickyNote,
],
@ -477,8 +477,8 @@ const whiteboard = {
_this.drawcolor,
_this.textboxBackgroundColor,
fontsize,
currentPos.x,
currentPos.y,
currentPos.x - _this.viewCoords.x,
currentPos.y - _this.viewCoords.y,
txId,
isStickyNote,
true