We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e5513 commit 87f3dc8Copy full SHA for 87f3dc8
kirki-packages/control-generic/src/control.js
@@ -1,7 +1,7 @@
1
wp.customize.controlConstructor["kirki-generic"] =
2
wp.customize.kirkiDynamicControl.extend({
3
- initKirkiControl: function (control) {
4
- control = control || this;
+ initKirkiControl: function (_control) {
+ const control = _control || this;
5
const params = control.params;
6
7
control.container.find("input, textarea").on("change input", function () {
0 commit comments