GAZ-12: 防止 Session 多选时选中文本 #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent/docker/86e8574c"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
跟进 dev 对已合并 PR #12 的反馈。Session 数据行增加
user-select: none与-webkit-user-select: none,使 Shift/Ctrl/Cmd 多选只改变行选择,不产生浏览器文本选区。已通过 SessionTable 回归、axe WCAG 扫描和 TypeScript 类型检查。