comand-component-library 4.1.17 → 4.1.18

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.1.17",
3
+ "version": "4.1.18",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",
@@ -217,14 +217,6 @@ export default {
217
217
  offcanvasToggled(event) {
218
218
  this.offCanvasOpen = event.open
219
219
  },
220
- handlers(component) {
221
- if (component.handlers === "toggleSection") {
222
- return {
223
- "click": this.toggleSection
224
- }
225
- }
226
- return {}
227
- },
228
220
  openFancybox(event) {
229
221
  openFancyBox({url: event.target.href})
230
222
  },