Thanks to visit codestin.com Credit goes to github.com
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 cfb3986 commit d634cc4Copy full SHA for d634cc4
src/components/rangeselector/defaults.js
@@ -69,6 +69,7 @@ function buttonsDefaults(containerIn, containerOut) {
69
70
coerce('label');
71
72
+ buttonOut._index = i;
73
buttonsOut.push(buttonOut);
74
}
75
src/components/updatemenus/defaults.js
@@ -86,6 +86,7 @@ function buttonsDefaults(menuIn, menuOut) {
86
coerce('args');
87
88
89
90
91
92
0 commit comments