chore: 🎨 format

This commit is contained in:
ThatOneCalculator 2023-06-23 17:47:14 -07:00
parent 2f38f228d6
commit 9d161d9021
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 5 additions and 2 deletions

View file

@ -180,7 +180,7 @@ let transitionDuration = $computed(() =>
let contentClicking = false;
const focusedElement = document.activeElement;
const focusedElement = document.activeElement;
function close(ev, opts: { useSendAnimation?: boolean } = {}) {
// removeEventListener("popstate", close);
// if (props.preferType == "dialog") {

View file

@ -49,7 +49,10 @@
></iframe>
</div>
<div v-else v-size="{ max: [400, 350] }" class="mk-url-preview" @click.stop>
<transition :name="defaultStore.state.animation ? 'zoom' : ''" mode="out-in">
<transition
:name="defaultStore.state.animation ? 'zoom' : ''"
mode="out-in"
>
<component
:is="self ? 'MkA' : 'a'"
v-if="!fetching"