anders94 / blockchain-demo

A web-based demonstration of blockchain concepts.
MIT License
5.12k stars 2.56k forks source link

Make pasted values trigger re-hashing #97

Closed anders94 closed 2 years ago

anders94 commented 2 years ago

Currently, only key presses trigger recalculations and background fill color updates. This PR cleans up the triggering logic a bit and supports detection of paste events.

anders94 commented 2 years ago

Confirmed working on Chrome and Safari. Going to merge.