提交 f9bdcdbb 编写于 作者: J Jason Park

reset top menu if build fails

上级 65ed93db
......@@ -45,6 +45,7 @@ module.exports = () => {
if (err) {
console.error(err);
Toast.showErrorToast(err);
TopMenu.resetTopMenuButtons();
}
});
......
......@@ -77,6 +77,7 @@ function Editor(tracerManager) {
});
}
Executor.executeData(tracerManager, data);
TopMenu.resetTopMenuButtons();
});
this.codeEditor.on('change', () => {
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册