Files
AutistMask/src
user 436fe22296
All checks were successful
check / check (push) Successful in 22s
fix: call loadCalldata from render() so tx decoding persists across popup close/reopen
Previously loadCalldata was only called from show(), meaning when the popup
was closed and reopened (triggering render() directly via restoreView), the
calldata decoding section was hidden and never re-fetched. Now render()
triggers loadCalldata for contract calls, so decoded data always appears.

Closes #60
2026-02-28 10:25:34 -08:00
..