mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 11:27:47 +00:00
fix(toolbar-buttons) Show tileview in toolbar when separate reactions button (#13810)
This commit is contained in:
@@ -303,7 +303,7 @@ const Toolbox = ({
|
||||
&& (isToolbarButtonEnabled(key, _toolbarButtons) || isToolbarButtonEnabled(alias, _toolbarButtons))
|
||||
);
|
||||
|
||||
let sliceIndex = _overflowDrawer ? order.length + 2 : order.length + 1;
|
||||
let sliceIndex = _overflowDrawer || _reactionsButtonEnabled ? order.length + 2 : order.length + 1;
|
||||
|
||||
if (isHangupVisible) {
|
||||
sliceIndex -= 1;
|
||||
|
||||
Reference in New Issue
Block a user