Fix #6465 - drag drop for cards
[roojs1] / Roo / bootstrap / Component.js
index 4e05cf4..01b90dc 100644 (file)
@@ -414,7 +414,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
             return;
         }
         
-        this.getVisibilityEl().addClass('hidden');
+        this.getVisibilityEl().addClass(['hidden','d-none']);
         
         this.fireEvent('hide', this);