farling42 / fvtt-pdf-pager

PDF Pager for Foundry
MIT License
6 stars 4 forks source link

Clearing a field isn't always saved #92

Closed farling42 closed 3 months ago

farling42 commented 3 months ago

Check to see if clearing a field is handled properly.

Maybe some if statements are wrongly checking for any nullish value rather than undefined/null.

farling42 commented 3 months ago

if (event.detail.formattedValue) needs to check for undefined, rather than nullish.

farling42 commented 3 months ago

Fixed in 0.52.7