Fixed config for frames and added only frames to canvas
This commit is contained in:
@@ -39,11 +39,10 @@ function Viewport(canvas) {
|
||||
if (canvas.__type !== 'canvas') {
|
||||
drawBeams();
|
||||
} else {
|
||||
// drawFrames
|
||||
self.setFrame();
|
||||
}
|
||||
|
||||
canvas.getDragbars().apply();
|
||||
self.setFrame();
|
||||
// Apertures sometimes overlaps the viewports bounding rect.
|
||||
// Solve this by bringing it to the front after apertures are applied.
|
||||
_rect.bringToFront();
|
||||
|
||||
Reference in New Issue
Block a user