p4535992 / foundryvtt-arms-reach

FoundryVTT Door little Utilities, Arms Reach for door
MIT License
2 stars 4 forks source link

[BUG] Reset fog function not working with V10 #54

Closed kagedansa closed 1 year ago

kagedansa commented 1 year ago

Module Version: v2.2.0 Foundry V10.285

The reset-fog-function ist not working any more because in Foundry V10 the function to reset the fog has changed to

canvas.fog.reset();

p4535992 commented 1 year ago

Should be solved with 2.2.1 ty for the detailed ticket

kagedansa commented 1 year ago

The reset fog function ist now working again, but the doors do not close any more. This was working in V2.2.0.

If i undo the changes in lines 12 and 24 of resetdoorsandfog.js (.document added again) it is working as intended.

p4535992 commented 1 year ago

It should be okay now with 2.2.3 and thanks again for the logs and advises, unfortunately I am still not "skilled" with the new fields of 10. Thanks for your patience.

kagedansa commented 1 year ago

Works for me now without warnings! Thanks alot!