chore: 🎨 format
This commit is contained in:
parent
2f38f228d6
commit
9d161d9021
@ -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") {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user