diff --git a/resources/report/html/loot-plugin-editor.html b/resources/report/html/loot-plugin-editor.html index 25913bef..2108b1c3 100644 --- a/resources/report/html/loot-plugin-editor.html +++ b/resources/report/html/loot-plugin-editor.html @@ -521,7 +521,7 @@ loot-editor-close this.shadowRoot.getElementById('globalPriority').parentElement.setPosition(); /* Also make sure right arrow is visible if the tabs are scrollable. */ - this.shadowRoot.getElementById('tableTabs').scroll(); + this.shadowRoot.getElementById('tableTabs').resizeHandler(); }, });