We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c2d9c commit ca12273Copy full SHA for ca12273
platforms/metagram/src/routes/(protected)/+layout.svelte
@@ -211,6 +211,7 @@
211
</div>
212
{/each}
213
214
+ <h3 class="text-black-800 mt-25">Who can see the post?</h3>
215
{/if}
216
{#if files}
217
<div class="grid grid-cols-2 gap-2">
@@ -219,6 +220,7 @@
219
220
size="sm"
221
callback={async () => {
222
files = undefined;
223
+ paneModal?.destroy({animate: true})
224
}}>Cancel</Button
225
>
226
<Button
0 commit comments