Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: change of selectedId didn't changne selected transformer box #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 9, 2022

  1. fix(src/reactpictureannotation.tsx): change of selectedId didn't chan…

    …gne selected transformer box
    
    When change of selectedId was triggered programmatically by the application logic: only the
    selection of the box and display of comment box took place, Transformer box was always stuck on
    previously selected annotation. This did not happen when selection was changed by selecting new box
    with the mouse, because Transformer was set in that scenario in DefaultAnnotationState.onMouseDown.
    This was misleading the user. I added Next button in the storybook to reproduce the faulty behavior.
    ivankorol01 committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    f1a0c0a View commit details
    Browse the repository at this point in the history