Fixed an issue in the paste tool causing chunks to not get copied.
The delete chunks and delete unselected chunk operations will now ask the user if they want to load the original chunks.
If the user presses "No" it will populate the initial state with an empty chunk so that the original chunk is not loaded from disk.
This will speed up the operations a lot since most of the time users do not want to undo these operations.