+ {#if !headerLoading}
+ {#if headerEditor !== undefined}
+
+ {:else}
+
{/if}
-
- {#if mixins.length > 0}
-
+ {/if}
+
+
+ {#if mainEditor}
+ {
+ ignoreKeys = ev.detail.ignoreKeys
+ updateKeys()
+ }}
+ on:click={(ev) => {
+ fullSize = true
+ rightSection = ev.detail.presenter
+ }}
+ />
+ {/if}
+
+ {#if mixins.length > 0}
+
+
- {/if}
- {#each collectionKeys as collection}
+ {/each}
+ {
+ selectedClass = objectClass._id
+ }}
+ >
+
+
+ {#each mixins as mixin}
{
- selectedClass = objectClass._id
- selectedMixin = undefined
+ selectedClass = mixin._id
}}
>
-
+
- {#each mixins as mixin}
- {
- selectedClass = mixin._id
- selectedMixin = mixin
- }}
- >
-
-
- {/each}
-