diff --git a/modules/ctools_views/src/Plugin/Display/Block.php b/modules/ctools_views/src/Plugin/Display/Block.php
index e2d2a7c..bc5500a 100644
--- a/modules/ctools_views/src/Plugin/Display/Block.php
+++ b/modules/ctools_views/src/Plugin/Display/Block.php
@@ -392,19 +392,6 @@ class Block extends CoreBlock {
   }
 
   /**
-   * {@inheritdoc}
-   */
-  public function usesExposed() {
-    $filters = $this->getHandlers('filter');
-    foreach ($filters as $filter_name => $filter) {
-      if ($filter->isExposed() && !empty($filter->exposedInfo())) {
-        return TRUE;
-      }
-    }
-    return FALSE;
-  }
-
-  /**
    * Exposed widgets typically only work with ajax in Drupal core, however
    * #2605218 totally breaks the rest of the functionality in this display and
    * in Core's Block display as well, so we allow non-ajax block views to use
diff --git a/modules/ctools_views/tests/modules/ctools_views_test_views/test_views/views.view.ctools_views_test_view.yml b/modules/ctools_views/tests/modules/ctools_views_test_views/test_views/views.view.ctools_views_test_view.yml
index 7187b56..2d802db 100644
--- a/modules/ctools_views/tests/modules/ctools_views_test_views/test_views/views.view.ctools_views_test_view.yml
+++ b/modules/ctools_views/tests/modules/ctools_views_test_views/test_views/views.view.ctools_views_test_view.yml
@@ -849,6 +849,7 @@ display:
             default_group_multiple: {  }
             group_items: {  }
           plugin_id: string
+      use_ajax: true
       defaults:
         filters: false
         filter_groups: false
