This commit is contained in:
Mikayla 2023-09-15 11:19:40 -07:00
parent 16707d16f6
commit f9fff3a7b2
No known key found for this signature in database
8 changed files with 166 additions and 148 deletions

View file

@ -2129,15 +2129,13 @@ impl CollabPanel {
));
}
items.extend([
ContextMenuItem::action(
"Move this channel",
StartMoveChannel {
channel_id: location.channel,
parent_id,
},
),
]);
items.extend([ContextMenuItem::action(
"Move this channel",
StartMoveChannel {
channel_id: location.channel,
parent_id,
},
)]);
items.extend([
ContextMenuItem::Separator,