fix(web): 修复input和textarea在ios输入法上中文快速输入导致的光标丢失问题 #5261
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
场景:h5环境ios手机input或textarea上使用v-model
ios输入法输入中文时快速输入,因为valueChangeFn防抖引起的数据不一致,导致中断拼音输入过程,引发光标消失且输入无反应
https://ask.dcloud.net.cn/question/160766?item_id=282074&rf=false
https://ask.dcloud.net.cn/question/195150?item_id=282073&rf=false
_VID_20241218_194534.mp4