Skip to content

helperLineModule documentation #1475

Answered by tortmayr
rsoika asked this question in General
Discussion options

You must be logged in to vote

Hi @rsoika,

the ISnapper functionality has not been replaced and should work as before. The HelperLineModule and any other feature that relies on snapping (e.g. the ChangeBoundsManager) simply rely on the bound ISnapper implementation.

Weirdly enogugh your isse seems to be related to inversify which is complaing about async code, however I don't see any async code in your ISnapper implementation.

Could you please verify that

  • The issue is gone if you remove the ISnapper binding
  • If I recall correctly inversify does no longer allow direct arguments in constructors of injectable components without an @inject annotation. Please align the constructor of your snapper with one of your example im…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rsoika
Comment options

Answer selected by rsoika
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants