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
@@ -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
|
},
|