D0n9X1n/MJsonViewer

Class of <i> is modified on click

Invisi opened this issue · 2 comments

Hey there,
for some reason your extension modifies the class property of <i> on click.
Enabling strict mode in the settings doesn't change that either which is kinda annoying when dealing with Font Awesome as fa fa-list is turned to fa Ca.
My guess is that the culprit is somewhere inside this code block.

Minimal example: <i class="ffff">Text</i>
Result after clicking Text: <i class="ffff Cfff">Text</i>
Video here

Thanks, try to upgrade to v3.14.

Works perfectly, thanks! 👍