KittenApps / WCE

Wholesome Club Extensions (WCE) - enhancements for BC - fork of FBC 5.8
https://wce-docs.vercel.app
GNU General Public License v3.0
5 stars 3 forks source link

BUG: Fix the chat input box failing to auto-shrink after sending a message #17

Closed bananarama92 closed 5 months ago

bananarama92 commented 5 months ago

Incorporates the BondageProjects/Bondage-College#5083 hotfix changes into WCE's ChatRoomKeyDown() hook.

netlify[bot] commented 5 months ago

Deploy Preview for wce ready!

Built without sensitive environment variables

Name Link
Latest commit f1d0e97a0478514320b1dcd14b2c2f2f514ba560
Latest deploy log https://app.netlify.com/sites/wce/deploys/667172ff49e2a0000826aa6e
Deploy Preview https://deploy-preview-17--wce.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 5 months ago

Deploy Preview for wce ready!

Built without sensitive environment variables

Name Link
Latest commit f43148442102af0afe1bac515f468384fce4a87d
Latest deploy log https://app.netlify.com/sites/wce/deploys/6671730764f27e0008b79247
Deploy Preview https://deploy-preview-17--wce.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

KittenApps commented 5 months ago

Why isn't this fix in ChatRoomSendChat() instead? Currently without any addons active, the chat input box auto-shrink works when pressing enter to send the message, but fails when clicking on the send chat button with the mouse too.

bananarama92 commented 5 months ago

Why isn't this fix in ChatRoomSendChat() instead?

You know, now that you mention: it honestly should be the more I think about it. Gona close this one in favor of an upstream fix; thanks!

bananarama92 commented 5 months ago

And a PR with an upstream fix has been created: https://gitgud.io/BondageProjects/Bondage-College/-/merge_requests/5098