Merge pull request #4 from i2Echo/master

fix:Aways show canvas border
This commit is contained in:
Zhang Chen 2017-12-15 15:53:58 +08:00 committed by GitHub
commit 73545866f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2932,10 +2932,10 @@ core.prototype.resize = function(clientWidth, clientHeight) {
{
id: 'floorMsgGroup',
rules:{
width: canvasWidth + unit,
height: canvasWidth + unit,
top: 0,
right: 0,
width: (canvasWidth - SPACE*2) + unit,
height:(canvasWidth - SPACE*2) + unit,
top: SPACE + unit,
right: SPACE + unit,
}
},
{