briancwald / material_admin

Drupal 8 Admin Theme
GNU General Public License v2.0
48 stars 15 forks source link

Views ajax causes the 'add' button to break #41

Closed briancwald closed 6 years ago

briancwald commented 6 years ago

The add button (which core adds via jquery UI) breaks when ajax runs.

views-add

briancwald commented 6 years ago

fixed in dev - It now uses a more generic class add-display, I dont think this should conflict anywhere else.