fix url not updating when clear io
This commit is contained in:
parent
ba12ad8e7c
commit
4cf57db39e
@ -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…
x
Reference in New Issue
Block a user