We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5519c63 commit 300e5a8Copy full SHA for 300e5a8
src/drive-picker/drive-picker-element.ts
@@ -282,7 +282,6 @@ export class DrivePickerElement extends HTMLElement {
282
async connectedCallback(): Promise<void> {
283
this.loading = loadApi().then((google) => {
284
this.google = google;
285
- this.scheduleBuild();
286
});
287
288
// Watch for changes in the picker element slot and their attributes
0 commit comments