fix(editor): Prevent RMC from loading schema if it's already cached (#6695)
* fix(editor): Prevent RMC from loading schema if it's already cached * ✅ Adding new tests for RMC * 👕 Fixing lint errors * 👌 Updating inline loader styling
This commit is contained in:
committed by
GitHub
parent
cd0e41a6b4
commit
a79aa19833
@@ -199,10 +199,14 @@ export default defineComponent({
|
||||
.container {
|
||||
display: flex;
|
||||
}
|
||||
.loader > span {
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
.loader {
|
||||
padding-bottom: var(--spacing-4xs);
|
||||
|
||||
& > span {
|
||||
line-height: 1em;
|
||||
}
|
||||
}
|
||||
.controlsContainer {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user