root преди 2 години
родител
ревизия
65537b7f27
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      kityminder-editor/dist/index.html

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

@@ -88,7 +88,7 @@
 				window.editor = editor;
 				window.minder = minder;
 				setTimeout(function () {
-					window.editor.minder._rc.setTranslate.setTranslate([(window.editor.minder._lastClientSize.width - window.editor.minder._root._contentBox.width) / 2, 120]);
+					window.editor.minder._rc.setTranslate([(window.editor.minder._lastClientSize.width - window.editor.minder._root._contentBox.width) / 2, 120]);
 				}, 500)
 			};
 		});