syusui-s / rabbit

🐰 A nostr client like TweetDeck
https://rabbit.syusui.net
GNU Affero General Public License v3.0
72 stars 14 forks source link

fix(column): enable scroll when move column into view #102

Open fernandolguevara opened 3 months ago

syusui-s commented 3 months ago

Thank you. This enables user to use cursor in order to scroll the column.

However, I would say it's better to use ref or custom hook because the use of querySelector is considered confusing.