Fix editor loadingError ref

上级 07a23e86
......@@ -29,7 +29,7 @@ const RepoEditor = {
this.monacoInstance.setModel(newModel);
}).catch(RepoHelper.loadingError);
}).catch(Helper.loadingError);
},
methods: {
......@@ -115,7 +115,6 @@ const RepoEditor = {
},
blobRaw() {
debugger
this.showHide();
if (this.isTree) return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册