In Deterministic Dungeon (AS3/AVM2) the "field journal" icon during a battle, when clicked, generates a console error (and the field journal does not open):
ERROR core/src/avm2/events.rs:419 Error dispatching event EventObject(EventObject { type: "click", class: flash.events::MouseEvent, ptr: 0x16a8a48 }) to handler FunctionObject(FunctionObject { ptr: 0x1a9cdc08 }) : TypeError: Error #1010: A term is undefined and has no properties. (accessing field: isConnected)
Describe the bug
In Deterministic Dungeon (AS3/AVM2) the "field journal" icon during a battle, when clicked, generates a console error (and the field journal does not open):
https://www.newgrounds.com/portal/view/674476
Expected behavior
When the field journal is clicked, there should be no error and the field journal should open.
Affected platform
Self-hosted version
Operating system
Mac OS, Windows OS
Browser
Chrome
Additional information
No response