mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 16:51:31 -04:00
move breakpoint icon functionality into c-recipe-li, upgrade code a bit for className consistency and replacing 'parentNode.parentNode' with this.queryselector
This commit is contained in:
parent
5d876fb09a
commit
4947f809a9
6 changed files with 20 additions and 28 deletions
|
@ -627,7 +627,7 @@ class App {
|
|||
item.querySelector(".disable-icon").click();
|
||||
}
|
||||
if (recipeConfig[i].breakpoint) {
|
||||
item.querySelector(".breakpoint").click();
|
||||
item.querySelector(".breakpoint-icon").click();
|
||||
}
|
||||
|
||||
this.manager.recipe.triggerArgEvents(item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue