From f6f0d12e3219ee3ac9a57ee804f01b6c745122d7 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 28 Dec 2014 18:34:53 +0000 Subject: [PATCH] Display bar under default selected tab in editor. --- resources/report/html/loot-plugin-editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }, });