Scroll Down Button: Fix position in channels (#1591)
This commit is contained in:
parent
d26c14a5ab
commit
0e18bf221f
@ -353,7 +353,7 @@ const MiddleColumn: FC<StateProps & DispatchProps> = ({
|
||||
const withMessageListBottomShift = Boolean(
|
||||
renderingCanRestartBot || renderingCanSubscribe || renderingCanStartBot || isPinnedMessageList,
|
||||
);
|
||||
const withExtraShift = Boolean(isMessagingDisabled || isSelectModeActive || withMessageListBottomShift);
|
||||
const withExtraShift = Boolean(isMessagingDisabled || isSelectModeActive || isPinnedMessageList);
|
||||
|
||||
return (
|
||||
<div
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user