feat(editor): reduce binding gap (#10739)
* feat(editor): reduce binding gap to 7px * feat(editor): reduce binding gap to 5px * feat(editor): reduce binding gap to 3px * go back to 5px * update tests
This commit is contained in:
@@ -114,7 +114,7 @@ export type BindingStrategy =
|
||||
*
|
||||
* IMPORTANT: currently must be > 0 (this also applies to the computed gap)
|
||||
*/
|
||||
export const BASE_BINDING_GAP = 10;
|
||||
export const BASE_BINDING_GAP = 5;
|
||||
export const BASE_BINDING_GAP_ELBOW = 5;
|
||||
export const FOCUS_POINT_SIZE = 10 / 1.5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user