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