googlefonts / diffenator2

A font comparison tool that will not stop until your fonts are exhaustively compared.
Apache License 2.0
46 stars 6 forks source link

Only add click handler to nodes in the difftable #90

Closed simoncozens closed 1 year ago

simoncozens commented 1 year ago

We use the node class for all sorts of things. Without this patch, a diff of Noto Serif CJK failed because there were millions of nodes, most of which did not want a click handler attached.