dmrickey / fvtt-ckl-roll-bonuses

Provides bonuses to various types of rolls. Some of these are for variable changes that the system can't handle (like Inspiration). Some are a fake implementation of changes that the system just doesn't support.
MIT License
2 stars 1 forks source link

[BUG] TextEditor.enrichHTML can corrupt link without explicitly passing { async: true } as second arg #38

Closed dmrickey closed 3 months ago

dmrickey commented 3 months ago

e.g.

await TextEditor.enrichHTML(this.item.fullDescription, { async: true });

Second param is required Or else it could get this if the page is nested too deeply image

dmrickey commented 3 months ago

Fixed for next version after 2.14.4