make sure cursor is consistent with other tool tips

This commit is contained in:
Kurt Hutten Irev-Dev
2024-08-28 19:41:16 +10:00
parent bfd92a626b
commit 8d912fa62a

View File

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