2017-03-18 33 views

回答

0

是我還沒有找到最好的方式..

如果內容需要改變的對話框通知:

此$ dialog.notifyResize();

this.$.dialog.toggle(); 
 
if(this.$.dialog.opened) { 
 
    this.async(function() { 
 
    this.$.dialog.notifyResize(); 
 
    }); 
 
}

編號:https://github.com/PolymerElements/paper-dialog/issues/68