_checkVisibility: function () {
    const state = this._model.get('state');
    if (state === 'idle') {
      this.show();
    } else {