This commit is contained in:
Cory LaViska
2022-08-01 09:28:47 -04:00
parent 72fb9c7293
commit 28ecc90e7f

View File

@@ -395,7 +395,7 @@ export default class SlDropdown extends LitElement {
private startPositioner() {
this.stopPositioner();
requestAnimationFrame(() => this.updatePositioner());
requestAnimationFrame(() => this.updatePositioner());
this.positionerCleanup = autoUpdate(this.trigger, this.positioner, this.updatePositioner.bind(this));
}