mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Fixed replace input with output button
This commit is contained in:
parent
17c349973d
commit
c1394e299a
1 changed files with 3 additions and 3 deletions
|
@ -1305,9 +1305,9 @@ class OutputWaiter {
|
||||||
const activeData = await this.getDishBuffer(this.getOutputDish(activeTab));
|
const activeData = await this.getDishBuffer(this.getOutputDish(activeTab));
|
||||||
|
|
||||||
if (this.outputExists(activeTab)) {
|
if (this.outputExists(activeTab)) {
|
||||||
this.manager.input.set({
|
this.manager.input.set(activeTab, {
|
||||||
inputNum: activeTab,
|
type: "userinput",
|
||||||
input: activeData
|
buffer: activeData
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue