this.redo = function () {
        if (!this.addingDraggableBlock) {
          disableSelected();
          commandManager.redo();
          updateWiresOnObstacles();