Fix use of registration dialog instead of overlay
Change-Id: I755db3a698346240b3c5fc8a76a97a9b69652fc2
This commit is contained in:
@@ -438,8 +438,10 @@ class GrAppElement extends KeyboardShortcutMixin(
|
||||
flush();
|
||||
const registrationOverlay =
|
||||
this.shadowRoot.querySelector('#registrationOverlay');
|
||||
const registrationDialog =
|
||||
this.shadowRoot.querySelector('#registrationDialog');
|
||||
registrationOverlay.open();
|
||||
registrationOverlay.loadData().then(() => {
|
||||
registrationDialog.loadData().then(() => {
|
||||
registrationOverlay.refit();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user