when selecting text, highlight rountangle to which text belongs

This commit is contained in:
Joeri Exelmans 2025-10-06 17:25:51 +02:00
parent da0e56e17c
commit 41f34ab65e
3 changed files with 28 additions and 4 deletions

View file

@ -23,4 +23,5 @@ export function recursiveEnter(state: ConcreteState): RT_ConcreteState {
current_rt: recursiveEnter(currentState),
};
}
}
}