fix: 避免 PR #40 触屏双击时缩放页面 #42

Merged
wangziqi merged 1 commits from fix/pr40-touch-action into main 2026-07-23 03:32:58 +00:00
Owner

Follow-up to #40。

PR #40 为 EditableCell 增加了触屏双击编辑。本补丁为可编辑单元格增加 touch-action: manipulation,避免部分移动浏览器将同一双击同时识别为页面缩放,同时保留滚动和双指缩放能力。

验证:

  • EditableCell 聚焦测试 10/10 通过
  • 前端 TypeScript 类型检查通过
  • 差异仅一行 CSS
Follow-up to #40。 PR #40 为 EditableCell 增加了触屏双击编辑。本补丁为可编辑单元格增加 `touch-action: manipulation`,避免部分移动浏览器将同一双击同时识别为页面缩放,同时保留滚动和双指缩放能力。 验证: - EditableCell 聚焦测试 10/10 通过 - 前端 TypeScript 类型检查通过 - 差异仅一行 CSS
wangziqi added 1 commit 2026-07-23 03:28:29 +00:00
fix: prevent touch double-tap zoom
All checks were successful
CI / check (pull_request) Successful in 3m46s
5bd63846d1
wangziqi merged commit 302dbe0621 into main 2026-07-23 03:32:58 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wangziqi/gongxue-base#42
No description provided.