This commit is contained in:
TheSavageTeddy 2025-04-14 18:46:44 +01:00 committed by GitHub
commit d176747de5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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