remove random double method declaration
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/publish Pipeline was successful Details

This commit is contained in:
emerald 2022-10-16 01:09:35 -04:00
parent 1711e57f5d
commit c3be26e5fa
Signed by: emerald
GPG Key ID: 5648BBF928C9DC43
1 changed files with 0 additions and 13 deletions

View File

@ -49,19 +49,6 @@
});
}
const openRay = (ray: WebRay) => {
invoke("log", {msg: "Load ray"}).then().catch();
for (let i = 0; i < 4; i++) {
$frames[i] = ray.frames[i];
}
if (ray.meta.threshold) {
$threshold = parseFloat(ray.meta.threshold);
}
if (ray.meta.closeThreshold) {
closeThreshold = parseFloat(ray.meta.closeThreshold);
}
};
let focusUnlisten: UnlistenFn;
$: {