solana-playground / solana-playground

Quickly develop, deploy and test Solana programs from browsers
https://beta.solpg.io
Apache License 2.0
399 stars 135 forks source link

Quick fix to reenable pasting from clipboard into SearchBar for seeds/account addresses #190

Open deanmlittle opened 3 months ago

deanmlittle commented 3 months ago

I discovered a major UI bug during a live coding presentation this morning that prevented me from pasting from clipboard into seeds/account addresses on https://beta.solpg.io

This is a quick, one-line fix that is tested and working locally. I do not know the wider implications of these code changes, as the repo is quite large and complex, but I would recommend merging this or coming up with a fix ASAP to fix the bug.

Kind regards, Dean.

acheroncrypto commented 3 months ago

Sorry for the inconvenience, happened in yesterday's update. https://github.com/solana-playground/solana-playground/pull/189 should fix it.

acheroncrypto commented 3 months ago

It should be fixed now. A lot has changed recently especially in test UI, please let me know if there are more issues.