PW-1468 - Fix cropping for canvas with image on edge
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ function Viewport(canvas) {
|
||||
if (canvas.__type !== 'canvas') {
|
||||
drawBeams();
|
||||
} else {
|
||||
self.setFrame(self.getFrameHandler().getFrameType());
|
||||
self.setFrame(canvas.__canvasFrameType);
|
||||
}
|
||||
|
||||
canvas.getDragbars().apply();
|
||||
|
||||
Reference in New Issue
Block a user