fix url not updating when clear io

This commit is contained in:
TheSavageTeddy 2022-11-27 00:49:59 +08:00
parent ba12ad8e7c
commit 4cf57db39e
1 changed files with 4 additions and 0 deletions

View File

@ -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;