summaryrefslogtreecommitdiffstats
path: root/sway/commands/move.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/move.c')
-rw-r--r--sway/commands/move.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/move.c b/sway/commands/move.c
index b22bb056..acb5f44f 100644
--- a/sway/commands/move.c
+++ b/sway/commands/move.c
@@ -515,6 +515,7 @@ static struct cmd_results *cmd_move_container(int argc, char **argv) {
515 // move container 515 // move container
516 if (container->scratchpad) { 516 if (container->scratchpad) {
517 root_scratchpad_remove_container(container); 517 root_scratchpad_remove_container(container);
518 root_scratchpad_show(container);
518 } 519 }
519 switch (destination->type) { 520 switch (destination->type) {
520 case N_WORKSPACE: 521 case N_WORKSPACE: