Bug: canvas unresponsive after ruler disabling #10
ApodemusSylvaticus
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone.
I’ve found a bug. When the ruler is disabled, the canvas stops responding.
`import {useGlobeContext} from "@openglobus/openglobus-react";
import {useEffect} from "react";
import {control} from "@openglobus/og";
export const useRuler = () => {
const { globe } = useGlobeContext();
};`
I also have two questions:
https://github.com/ApodemusSylvaticus/openglobus-example
https://github.com/user-attachments/assets/969b1cd2-2f65-48ce-a2d6-329c4791b24a
Beta Was this translation helpful? Give feedback.
All reactions