File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
chartlets.js/packages/lib/src/actions Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ const getCallbackRequest = (
8888 const contribPoint : string = propertyRef . contribPoint ;
8989 const contribIndex : number = propertyRef . contribIndex ;
9090 const callbackIndex : number = propertyRef . callbackIndex ;
91- const inputIndex : number = propertyRef . inputIndex ;
9291 const contributions = contributionsRecord [ contribPoint ] ;
9392 const contribution = contributions [ contribIndex ] ;
9493 const callback = contribution . callbacks ! [ callbackIndex ] ;
@@ -100,7 +99,7 @@ const getCallbackRequest = (
10099
101100 const inputValues = memoizedInputValues ( _inputValues ) ;
102101
103- const callbackId = `${ contribPoint } -${ contribIndex } -${ callbackIndex } - ${ inputIndex } ` ;
102+ const callbackId = `${ contribPoint } -${ contribIndex } -${ callbackIndex } ` ;
104103 if ( lastCallbackInputValues ) {
105104 const lastInputValues = lastCallbackInputValues [ callbackId ] ;
106105 if ( lastInputValues && shallowEqualArrays ( lastInputValues , inputValues ) ) {
You can’t perform that action at this time.
0 commit comments