Fix editor loadingError ref

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