tableTop.getBurnManager().doUnburnAutomaticallyBurnedInputsUserAction(burnGem.getGem());
}
if (!connected && dragMode == TableTopDragMode.CONNECTING) {
// Don't post the edit if connecting and nothing happened.
undoableEditSupport.endUpdateNoPost();
} else if (connected && dragMode == TableTopDragMode.DISCONNECTING && disconnectedDisplayedPart == partUnder){
// Also don't post the edit if all we did was reconnect a part that we disconnected.
undoableEditSupport.endUpdateNoPost();