update components
This commit is contained in:
parent
c4dadd58bd
commit
cee4794cd3
64 changed files with 1378 additions and 297 deletions
|
@ -61,7 +61,8 @@ context. You should place this element as a child of `<body>` whenever possible.
|
|||
opened: {
|
||||
observer: '_openedChanged',
|
||||
type: Boolean,
|
||||
value: false
|
||||
value: false,
|
||||
notify: true
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -369,7 +370,7 @@ context. You should place this element as a child of `<body>` whenever possible.
|
|||
this.style.display = '';
|
||||
},
|
||||
|
||||
_finishPositioning: function(target) {
|
||||
_finishPositioning: function() {
|
||||
this.style.display = 'none';
|
||||
this.style.transform = this.style.webkitTransform = '';
|
||||
// force layout to avoid application of transform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue