提交 1ce36127 编写于 作者: N Nemanja Stojanovic

Merge pull request #138 from nem035/bug-fix

Made the Resume button turn on the Run button
......@@ -35,8 +35,8 @@ module.exports = () => {
}
});
$('#btn_pause').click(function() {
$('#btn_run').removeClass('active');
$(this).addClass('active');
$('#btn_run').toggleClass('active');
$(this).toggleClass('active');
if (app.getTracerManager().isPause()) {
app.getTracerManager().resumeStep();
} else {
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册