remove random double method declaration
parent
1711e57f5d
commit
c3be26e5fa
|
@ -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;
|
||||
|
||||
$: {
|
||||
|
|
Loading…
Reference in New Issue