IDK why they don’t acknowledge the problem….
If you just add this if clause, it works then…
“elementor/assets/js/editor.min.js” ->
jQuery.each(t, function(t, n) {
var i = e.config.widgets[t];
i.controls = n.controls,
i.tabs_controls = n.tabs_controls
}),
jQuery.each(t, function(t, n) {
var i = e.config.widgets[t];
if(i && n) { // this is new!
i.controls = n.controls,
i.tabs_controls = n.tabs_controls
}
}),
But with next update you will loose the fix again… hah!
-
This reply was modified 5 years, 8 months ago by Gaspa.
-
This reply was modified 5 years, 8 months ago by Gaspa.