Add multi-cursor support (#30)

* update execution of callExpressions

* tweak types to store multiple cursor ranges and hook up with artifact highlighting

* multi-cursor from 3d scene

Working but has to be capslock for the time being

* tweak pannel headers

* add issue to todo comment
This commit is contained in:
Kurt Hutten
2023-02-21 10:28:34 +11:00
committed by GitHub
parent cb8e97eceb
commit ea05f804cc
12 changed files with 153 additions and 135 deletions

View File

@ -69,7 +69,6 @@ export const BasePlanes = () => {
rotation: quaternion.toArray() as [number, number, number, number],
position: [0, 0, 0],
pathToNode,
isTooltip: true,
})
updateAst(modifiedAst)