chore: 🎨 format
This commit is contained in:
parent
2f38f228d6
commit
9d161d9021
|
@ -180,7 +180,7 @@ let transitionDuration = $computed(() =>
|
||||||
|
|
||||||
let contentClicking = false;
|
let contentClicking = false;
|
||||||
|
|
||||||
const focusedElement = document.activeElement;
|
const focusedElement = document.activeElement;
|
||||||
function close(ev, opts: { useSendAnimation?: boolean } = {}) {
|
function close(ev, opts: { useSendAnimation?: boolean } = {}) {
|
||||||
// removeEventListener("popstate", close);
|
// removeEventListener("popstate", close);
|
||||||
// if (props.preferType == "dialog") {
|
// if (props.preferType == "dialog") {
|
||||||
|
|
|
@ -49,7 +49,10 @@
|
||||||
></iframe>
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
<div v-else v-size="{ max: [400, 350] }" class="mk-url-preview" @click.stop>
|
<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
|
<component
|
||||||
:is="self ? 'MkA' : 'a'"
|
:is="self ? 'MkA' : 'a'"
|
||||||
v-if="!fetching"
|
v-if="!fetching"
|
||||||
|
|
Loading…
Reference in New Issue