scrollToHighlightRects wrong offset on different zoom levels
Đang mở
bug
good first issue
- Ngôn ngữ chính
- TypeScript
- Star
- 395
- Fork
- 39
- Merge trung bình
- 7 giờ 7 phút
- Pull request đã merge (30 ngày)
- 12
Mô tả
offset calc should be
```typescript
const offset =
viewportHeight / 2 / zoom - viewportHeight / 5 + viewportHeight * 0.16;
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.