rugk / unicodify

✍️ A browser add-on (Firefox, Chrome, Thunderbird) that allows you to autocorrect common text sequences and convert text characters to a look like a special font.
https://addons.mozilla.org/firefox/addon/unicodify-text-transformer/?utm_source=github.com&utm_medium=git&utm_content=repo-about-description&utm_campaign=github
Other
11 stars 2 forks source link

Fix wrong parameter usage leading to tip showing problem #56

Closed rugk closed 3 years ago

rugk commented 3 years ago

The affected tips could not be shown due to a TypeException as it tries to acess a non-defined property.

This is a stupid error of course, that should have been catched earlier...

Fixes https://github.com/rugk/unicodify/issues/46


I tested it and as you can see in the screenshot, it works now… Really a facepalm issue :see_no_evil: :man_facepalming: :sweat_smile:

image