Basic implementation of textBox move
This commit is contained in:
parent
48d1c98084
commit
93ae67208e
@ -467,8 +467,8 @@ const whiteboard = {
|
|||||||
_this.drawcolor,
|
_this.drawcolor,
|
||||||
_this.textboxBackgroundColor,
|
_this.textboxBackgroundColor,
|
||||||
fontsize,
|
fontsize,
|
||||||
currentPos.x,
|
currentPos.x - _this.viewCoords.x,
|
||||||
currentPos.y,
|
currentPos.y - _this.viewCoords.y,
|
||||||
txId,
|
txId,
|
||||||
isStickyNote,
|
isStickyNote,
|
||||||
],
|
],
|
||||||
@ -477,8 +477,8 @@ const whiteboard = {
|
|||||||
_this.drawcolor,
|
_this.drawcolor,
|
||||||
_this.textboxBackgroundColor,
|
_this.textboxBackgroundColor,
|
||||||
fontsize,
|
fontsize,
|
||||||
currentPos.x,
|
currentPos.x - _this.viewCoords.x,
|
||||||
currentPos.y,
|
currentPos.y - _this.viewCoords.y,
|
||||||
txId,
|
txId,
|
||||||
isStickyNote,
|
isStickyNote,
|
||||||
true
|
true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user