This commit is contained in:
TheSavageTeddy 2024-05-03 11:00:52 +01:00 committed by GitHub
commit 34385e109a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -1300,6 +1300,10 @@ class InputWaiter {
this.initEditor();
this.manager.output.initEditor();
this.setUrl({
includeInput: false
});
const tabsList = document.getElementById("input-tabs");
const tabsListChildren = tabsList.children;