Basic implementation of textBox move
This commit is contained in:
parent
48d1c98084
commit
93ae67208e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user