You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(IpAddress): support ArrowLeft/Right key (#6244)
* feat(IpAddress): add keydownEvent.code ['Space','ArrowLeft','ArrowRight','Backspace'] expansion operations
* fix(IpAddress): Fix the issue where pressing 'Backspace' would delete an extra character when switching to the previous cell.
* fix(IpAddress): Re-write the validation for cells that have content consisting solely of blank spaces.
* refactor: 撤销更改
* refactor: 清除空格
* refactor: 删除中文注释
* refactor: 更新选中部分数字逻辑
* feat: 增加获得焦点后全选逻辑
---------
Co-Authored-By: jin momiji <[email protected]>
Co-authored-by: Argo Zhang <[email protected]>
0 commit comments