Commit ff9fd456 authored by zhangbobell's avatar zhangbobell

fix(render): remove render contentBox adjust to fix init bug in kityminder-editor

parent 7cadbd15
...@@ -152,9 +152,6 @@ define(function(require, exports, module) { ...@@ -152,9 +152,6 @@ define(function(require, exports, module) {
renderer.getRenderShape().setVisible(false); renderer.getRenderShape().setVisible(false);
lastBoxes[j] = null; lastBoxes[j] = null;
} }
// 更新 render 的 contentBox
renderer.contentBox = lastBoxes[j];
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment