fix single selection angle constraint (#2555)
* fix single selection angle constraint * fix angle for multi selections * make test more robust for makos
This commit is contained in:
@ -64,6 +64,7 @@ export type SetSelections =
|
||||
| {
|
||||
selectionType: 'completeSelection'
|
||||
selection: Selections
|
||||
updatedPathToNode?: PathToNode
|
||||
}
|
||||
| {
|
||||
selectionType: 'mirrorCodeMirrorSelections'
|
||||
|
Reference in New Issue
Block a user