mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 23:15:14 -04:00
made small change
This commit is contained in:
parent
1b877ca482
commit
ab816b62ec
2 changed files with 2 additions and 2 deletions
|
@ -333,7 +333,7 @@ class OperationsWaiter {
|
|||
* @param {Event} ev
|
||||
*/
|
||||
keysPopulateRecipe(ev){
|
||||
if(ev.ctrlKey && ev.key ==="Enter"){
|
||||
if(ev.ctrlKey && ev.key === "Enter"){
|
||||
const li = ev.target
|
||||
this.manager.recipe.addOperation(li.textContent);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue