make sure cursor is consistent with other tool tips
This commit is contained in:
@ -126,7 +126,8 @@ export const ClientSideScene = ({
|
|||||||
} else if (
|
} else if (
|
||||||
state.matches('Sketch.Line tool') ||
|
state.matches('Sketch.Line tool') ||
|
||||||
state.matches('Sketch.Tangential arc to') ||
|
state.matches('Sketch.Tangential arc to') ||
|
||||||
state.matches('Sketch.Rectangle tool')
|
state.matches('Sketch.Rectangle tool') ||
|
||||||
|
state.matches('Sketch.Circle tool')
|
||||||
) {
|
) {
|
||||||
cursor = 'crosshair'
|
cursor = 'crosshair'
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user