Skip to content

Commit

Permalink
Minify CSS + Export default controller
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsapone committed Jun 14, 2024
1 parent 239d928 commit e33aa9e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1,378 deletions.
6 changes: 3 additions & 3 deletions assets/dist/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Collapse {
}
}

class FilemanagerController extends Controller {
class default_1 extends Controller {
constructor() {
super(...arguments);
this.toggleMap = new Map();
Expand Down Expand Up @@ -137,6 +137,6 @@ class FilemanagerController extends Controller {
this.collapseMap.delete(element);
}
}
FilemanagerController.targets = ['list', 'card', 'dialog', 'modalAction', 'modalOldValue', 'select', 'dropdown', 'submenu', 'collapse'];
default_1.targets = ['list', 'card', 'dialog', 'modalAction', 'modalOldValue', 'select', 'dropdown', 'submenu', 'collapse'];

export { FilemanagerController };
export { default_1 as default };
Loading

0 comments on commit e33aa9e

Please sign in to comment.