|
@@ -87,7 +87,7 @@
|
|
$scope.initEditor = function (editor, minder) {
|
|
$scope.initEditor = function (editor, minder) {
|
|
window.editor = editor;
|
|
window.editor = editor;
|
|
window.minder = minder;
|
|
window.minder = minder;
|
|
- window.editor.minder.getRenderContainer().setTranslate([(window.editor.minder._lastClientSize - window.editor.minder._root._contentBox.width) / 2, 30]);
|
|
|
|
|
|
+ window.editor.minder.getRenderContainer().setTranslate([(window.editor.minder._lastClientSize.width - window.editor.minder._root._contentBox.width) / 2, 30]);
|
|
};
|
|
};
|
|
});
|
|
});
|
|
document.domain = document.domain.split(".").slice(-2).join(".");
|
|
document.domain = document.domain.split(".").slice(-2).join(".");
|