mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Fixed replace input with output button
This commit is contained in:
@@ -1305,9 +1305,9 @@ class OutputWaiter {
|
||||
const activeData = await this.getDishBuffer(this.getOutputDish(activeTab));
|
||||
|
||||
if (this.outputExists(activeTab)) {
|
||||
this.manager.input.set({
|
||||
inputNum: activeTab,
|
||||
input: activeData
|
||||
this.manager.input.set(activeTab, {
|
||||
type: "userinput",
|
||||
buffer: activeData
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user