make three point have cross hair to make it consistent with othe rtools

This commit is contained in:
Kurt Hutten Irev-Dev
2025-02-10 17:45:57 +11:00
parent db895d6801
commit 77902d550f

View File

@ -146,7 +146,8 @@ export const ClientSideScene = ({
state.matches({ Sketch: 'Line tool' }) ||
state.matches({ Sketch: 'Tangential arc to' }) ||
state.matches({ Sketch: 'Rectangle tool' }) ||
state.matches({ Sketch: 'Circle tool' })
state.matches({ Sketch: 'Circle tool' }) ||
state.matches({ Sketch: 'Circle three point tool' })
) {
cursor = 'crosshair'
} else {