Skip to content

Commit

Permalink
fixup! [base, desk-tool] Make click on connector put focus into field
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge authored and rexxars committed Oct 6, 2020
1 parent 0412953 commit da1ce28
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export const ConnectorsOverlay = React.memo(function ConnectorsOverlay(props: Pr
>
{visibleConnectors.map(({field, change}) => {
const changeMarkerLeft = change.rect.left
const fieldMarkerLeft = field.rect.left + field.rect.width

const fieldTop = field.rect.top + VERTICAL_CONNECTOR_PADDING
const fieldBottom = field.rect.top + field.rect.height - VERTICAL_CONNECTOR_PADDING
Expand Down

0 comments on commit da1ce28

Please sign in to comment.