|
@@ -413,6 +413,7 @@ export const insertSearch = (state,action)=>{
|
|
|
res.data.splice(focusIndex+1,0,nText);
|
|
|
res.saveText.splice(focusIndex+1,0,searchData);
|
|
|
res.data[focusIndex].value = value;
|
|
|
+ res.saveText[focusIndex] = value;
|
|
|
}
|
|
|
span.current.innerText?(span.current.innerText = value):(span.current.innerHTML=value);
|
|
|
}
|