root 2 лет назад
Родитель
Сommit
6ef11a1853
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      kityminder-editor/dist/index.html

+ 3 - 3
kityminder-editor/dist/index.html

@@ -87,9 +87,9 @@
 			$scope.initEditor = function (editor, minder) {
 				window.editor = editor;
 				window.minder = minder;
-				setTimeout(function () {
-					window.editor.minder._rc.setTranslate([(window.editor.minder._lastClientSize.width - window.editor.minder._root._contentBox.width) / 2, 120]);
-				}, 500)
+				// setTimeout(function () {
+				// 	window.editor.minder._rc.setTranslate([(window.editor.minder._lastClientSize.width - window.editor.minder._root._contentBox.width) / 2, 120]);
+				// }, 500)
 			};
 		});
 	document.domain = document.domain.split(".").slice(-2).join(".");