mirror of
https://github.com/gchq/CyberChef
synced 2025-01-26 03:05:06 +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();
|
this.manager.highlighter.removeHighlights();
|
||||||
getSelection().removeAllRanges();
|
getSelection().removeAllRanges();
|
||||||
|
|
||||||
|
this.setUrl({
|
||||||
|
includeInput: false
|
||||||
|
});
|
||||||
|
|
||||||
const tabsList = document.getElementById("input-tabs");
|
const tabsList = document.getElementById("input-tabs");
|
||||||
const tabsListChildren = tabsList.children;
|
const tabsListChildren = tabsList.children;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue