Display bar under default selected tab in editor.

This commit is contained in:
Oliver Hamlet
2014-12-28 18:34:53 +00:00
parent 09b4096b00
commit f6f0d12e32
@@ -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();
},
});
</script>