Commit f539dad0 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview Refresh: Fire iron resize when loading changes

Sometimes when the user is not signed in on debug builds, only ~5
destinations show up in the "Print destinations" list. Fix this by
firing iron-resize when all destinations are done loading.

Bug: None
Change-Id: Id406b8aaaeccffd3a6419ea30a3396fc6ca7d157
Reviewed-on: https://chromium-review.googlesource.com/c/1282034Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600112}
parent ae8d96a3
...@@ -27,6 +27,7 @@ Polymer({ ...@@ -27,6 +27,7 @@ Polymer({
loadingDestinations: { loadingDestinations: {
type: Boolean, type: Boolean,
value: false, value: false,
observer: 'forceIronResize',
}, },
listName: String, listName: String,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment