Closed shermanlo77 closed 2 years ago
When handling mouse wheel, refer to me.__zoom rather than $$('.zoom-in')[0] and $$('zoom-out')[0]
me.__zoom
$$('.zoom-in')[0]
$$('zoom-out')[0]
Thanks, @shermanlo77! Appreciate you contributing this improvement.
When handling mouse wheel, refer to
me.__zoom
rather than$$('.zoom-in')[0]
and$$('zoom-out')[0]