2 Commits

Author SHA1 Message Date
302dbe0621 Merge pull request 'fix: 避免 PR #40 触屏双击时缩放页面' (#42) from fix/pr40-touch-action into main 2026-07-23 03:32:57 +00:00
5bd63846d1 fix: prevent touch double-tap zoom
All checks were successful
CI / check (pull_request) Successful in 3m46s
2026-07-23 11:27:41 +08:00

View File

@@ -7,6 +7,7 @@
.editable-cell--enabled {
cursor: cell;
touch-action: manipulation;
padding: 4px 6px;
margin: -4px -6px;
border: 1px solid transparent;