forked from FoundKeyGang/FoundKey
fix typo in url-preview-popup
This commit is contained in:
parent
c1530fe9e5
commit
58ecb72b82
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const props = defineProps<{
|
||||||
|
|
||||||
let top = $ref(0);
|
let top = $ref(0);
|
||||||
let left = $ref(0);
|
let left = $ref(0);
|
||||||
const zIndex = os.claimZInde('middle');
|
const zIndex = os.claimZIndex('middle');
|
||||||
|
|
||||||
onMounted((): void => {
|
onMounted((): void => {
|
||||||
const rect = props.source.getBoundingClientRect();
|
const rect = props.source.getBoundingClientRect();
|
||||||
|
|
Loading…
Reference in a new issue