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

fix: double click event handling #232

Merged
merged 4 commits into from
Oct 14, 2024
Merged

Commits on Oct 9, 2024

  1. fix: double click event handling

    DOM `pointerdown` and `pointerup` do not contain number of click in `detail` like `click` events.
    
    So I tweak `GenericEditorArea.eventHappened` to call `handleDoubleClick` on `GenericMouseEvent.MOUSE_CLICKED`
    
    Closes: #225
    tpoisseau committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cbdee43 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. chore: update openchemlib

    tpoisseau committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cc96039 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74f32fb View commit details
    Browse the repository at this point in the history
  3. chore: add comments

    tpoisseau committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    69f9d12 View commit details
    Browse the repository at this point in the history