Don't remove from scratchpad on move to workspace

on move container window to another workspace,
not remove from scratchpad.
master
athrungithub 6 years ago committed by Brian Ashworth
parent c44794bedc
commit 98b40d31c1

@ -516,7 +516,6 @@ static struct cmd_results *cmd_move_container(int argc, char **argv) {
// move container
if (container->scratchpad) {
root_scratchpad_remove_container(container);
root_scratchpad_show(container);
}
switch (destination->type) {

Loading…
Cancel
Save