Skip to content

Commit

Permalink
fix: zoom out bug after clear in view mode 1, 2, 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Aug 5, 2017
1 parent cab3f2a commit 7276d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default {
self.cropped = false;
self.renderCropBox();

self.limitCanvas();
self.limitCanvas(true, true);

// Render canvas after crop box rendered
self.renderCanvas();
Expand Down

0 comments on commit 7276d7b

Please sign in to comment.