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

Selection handlers and packaging fixes #47

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Wunsz
Copy link

@Wunsz Wunsz commented Nov 9, 2020

  1. Merge with Added handlers for selection #23 which results in adding the following event listeners:
  • onSelectionConfirmed: (rect: OpenSeadragon.Rect) => any
  • onSelectionCanceled: (v: false) => any
  • onSelectionChange: (rect: OpenSeadragon.Rect) => any
  • onSelectionToggled: (arg: {enabled: boolean}) => any
  1. Also added documentation regarding these callbacks to README.md
  2. Bumped & fixed gulp to the newest version.
  3. Added require statement for Openseadragon for package managers

jetic83 and others added 4 commits June 19, 2017 11:04
Removed handler onSelection, added handlers onSelectionConfirmed (replaces onSelection), onSelectionCanceled, onSelectionChange, onSelectionToggled.
@stanf0rd
Copy link

stanf0rd commented Jan 21, 2021

I'm upvoting this PR, it is very useful for our company
@dthornley can you review and merge it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants