Reduce reflows in gr-main-header

Probing the documentation base URL would block the final layout of the
gr-main-header, and when this was slow, the header would reflow as the
page loads, causing minor jank.

Allow the docs link to probe in parallel.

Change-Id: Icb3ba0849251d0a608dcb6a696095b163b6dd679
This commit is contained in:
Wyatt Allen
2017-05-08 13:44:32 -07:00
parent b60019026b
commit 2e01cd94d1

View File

@@ -111,6 +111,7 @@
},
_docBaseUrl: {
type: String,
value: null,
},
_links: {
type: Array,