mirror of
https://github.com/gchq/CyberChef
synced 2025-01-11 20:18:57 +00:00
fix url not updating when clear io
This commit is contained in:
parent
ba12ad8e7c
commit
4cf57db39e
1 changed files with 4 additions and 0 deletions
|
@ -1056,6 +1056,10 @@ class InputWaiter {
|
|||
this.manager.highlighter.removeHighlights();
|
||||
getSelection().removeAllRanges();
|
||||
|
||||
this.setUrl({
|
||||
includeInput: false
|
||||
});
|
||||
|
||||
const tabsList = document.getElementById("input-tabs");
|
||||
const tabsListChildren = tabsList.children;
|
||||
|
||||
|
|
Loading…
Reference in a new issue