Disabled Fields: JS Error can’t access property disable_widget
-
Hi,
if if disable all fields for a widget with
add_filter( 'siteorigin_panels_widget_style_fields', function($fields) { $fields = []; return $fields; });
i get this JS error in my backend if i edit a widget
Uncaught TypeError: can't access property "disable_widget", e is undefined in siteorigin-panels.min.js:8:68283
If i enable just one field, the error is gone.
Best wishes
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Disabled Fields: JS Error can’t access property disable_widget’ is closed to new replies.