提交 a1c6fa2d 编写于 作者: K Kevin Nadro

auto presses the trace tab

- auto presses the trace tab for the user will be able to see the
tracers once created for they don’t have to figure out on their own its
under the tracer tab.
上级 9b6c5034
......@@ -85,6 +85,7 @@ const init = () => {
array2d.setup();
array1d.setup();
closeCreate();
util.clickTraceTab();
}
};
......
......@@ -39,8 +39,16 @@ const enabledHightlighting = () =>{
}
}
const clickTraceTab = () => {
var btn = document.getElementById('btn_trace');
if(btn){
btn.click();
}
}
module.exports = {
enabledHightlighting,
positionModules,
clearModules
clearModules,
clickTraceTab
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册