phenotips / open-pedigree

A free and open-source pedigree tool by PhenoTips®
GNU Lesser General Public License v2.1
46 stars 25 forks source link

Restore mouse wheel zooming #52

Closed shermanlo77 closed 2 years ago

shermanlo77 commented 2 years ago

When handling mouse wheel, refer to me.__zoom rather than $$('.zoom-in')[0] and $$('zoom-out')[0]

buske commented 2 years ago

Thanks, @shermanlo77! Appreciate you contributing this improvement.