mpizenberg/annotation-app

Allow zooming with wheel

Open

#6 opened on Apr 22, 2018

 (2 comments) (0 reactions) (0 assignees)Elm (3 forks)auto 404
ACMfeature requestgood first issue

Repository metrics

Stars
 (31 stars)
PR merge metrics
 (PR metrics pending)

Description

Allow zooming with wheel events (with or without [ctrl] key hold?)

Could be done by adding wheel events (cf elm-pointer-events package) to attributes of the view function in file client/src/View/AnnotationsArea.elm.

Contributor guide