fix typo in url-preview-popup

This commit is contained in:
Norm 2022-08-31 12:30:04 -04:00
parent c1530fe9e5
commit 58ecb72b82

View file

@ -24,7 +24,7 @@ const props = defineProps<{
let top = $ref(0);
let left = $ref(0);
const zIndex = os.claimZInde('middle');
const zIndex = os.claimZIndex('middle');
onMounted((): void => {
const rect = props.source.getBoundingClientRect();