mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 16:51:31 -04:00
Changing tabs no longer triggers a bake
This commit is contained in:
parent
251bd86ce5
commit
cdde7166cf
2 changed files with 7 additions and 3 deletions
|
@ -966,6 +966,7 @@ class OutputWaiter {
|
|||
*/
|
||||
changeTabClick(mouseEvent) {
|
||||
if (!mouseEvent.target) return;
|
||||
|
||||
const tabNum = mouseEvent.target.parentElement.getAttribute("inputNum");
|
||||
if (tabNum) {
|
||||
this.changeTab(parseInt(tabNum, 10), this.app.options.syncTabs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue