Likbjorn / tag-cloud

Frontend representation for cloud of linked tags
MIT License
0 stars 0 forks source link

Nodes with whitespace in title are not visualized properly on hover #33

Closed Likbjorn closed 4 years ago

Likbjorn commented 4 years ago

We use "#" + node.title selector to select node to highlight. But if title contains whitespaces, node can't be found. We can use unique id's instead of titles for each node to avoid it.

Cobolock commented 4 years ago

FIxed in a patch