Container refresh, delete multiple, preview fix
This commit is contained in:
@@ -434,6 +434,10 @@ public class ItemManipulationUserCommandHandlerService : UserCommandHandlerServi
|
||||
shouldDelete = true;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
shouldDelete = true;
|
||||
}
|
||||
|
||||
if (itemsToDelete.Count == 0) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user