fix:Aways show canvas border
This commit is contained in:
parent
f997bc33e9
commit
91a738bb26
@ -2932,10 +2932,10 @@ core.prototype.resize = function(clientWidth, clientHeight) {
|
|||||||
{
|
{
|
||||||
id: 'floorMsgGroup',
|
id: 'floorMsgGroup',
|
||||||
rules:{
|
rules:{
|
||||||
width: canvasWidth + unit,
|
width: (canvasWidth - SPACE*2) + unit,
|
||||||
height: canvasWidth + unit,
|
height:(canvasWidth - SPACE*2) + unit,
|
||||||
top: 0,
|
top: SPACE + unit,
|
||||||
right: 0,
|
right: SPACE + unit,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user