We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afac333 commit 1703061Copy full SHA for 1703061
1 file changed
components/backdrop/backdrop-loading.js
@@ -146,6 +146,8 @@ class LoadingBackdrop extends LocalizeCoreElement(LitElement) {
146
147
} else if (changedProperties.get('dataState') !== 'clean' && this.dataState === 'clean') {
148
this.#fade();
149
+ } else if (changedProperties.get('dataState') === 'loading' && this.dataState === 'dirty') {
150
+ this._state = 'shown';
151
}
152
153
if (this.dataState === 'loading') {
0 commit comments