can now disable highlighting via comment

This commit is contained in:
Felix Roos 2022-03-18 17:37:28 +01:00
parent 679f30abe3
commit 6691afb9b9
2 changed files with 9 additions and 1 deletions

View file

@ -60,7 +60,7 @@ function useCycle(props: UseCycleProps) {
useEffect(() => {
ready && query();
}, [onEvent, onSchedule, onQuery, ready]);
}, [onEvent, onSchedule, onQuery, onDraw, ready]);
const start = async () => {
setStarted(true);