mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-22 21:07:00 -04:00
Fixes?
This commit is contained in:
parent
a92bae80e0
commit
dedf88bb72
21 changed files with 2 additions and 145 deletions
|
@ -1,5 +0,0 @@
|
|||
# WhoReacted
|
||||
|
||||
Next to each reaction, display each user's avatar. Each avatar can be clicked and will open the profile.
|
||||
|
||||

|
|
@ -140,7 +140,8 @@ export default definePlugin({
|
|||
},
|
||||
_renderUsers({ message, emoji, type }: RootObject) {
|
||||
const forceUpdate = useForceUpdater();
|
||||
React.useLayoutEffect(() => { // bc need to prevent autoscrolling
|
||||
React.useLayoutEffect(() => {
|
||||
// bc need to prevent autoscrolling
|
||||
if (Scroll?.scrollCounter > 0) {
|
||||
Scroll.setAutomaticAnchor(null);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue