Open kunizial opened 6 years ago
HTML entities like & or stay as text even through the unsafeMessage/unsafeContent option. Minimal example: vex.open({unsafeContent:'test&test'}) Expected would be an output of "test&test"
vex.open({unsafeContent:'test&test'})
HTML entities like & or stay as text even through the unsafeMessage/unsafeContent option. Minimal example:
vex.open({unsafeContent:'test&test'})
Expected would be an output of "test&test"