bug修改
This commit is contained in:
parent
6dcda7cdd4
commit
52a73b43e1
@ -1227,8 +1227,6 @@ const visibleMapPointIndices = computed(() =>
|
||||
// 计算可见区域内的路线及其索引
|
||||
const visibleMapRoutesWithIndex = computed(() => {
|
||||
try {
|
||||
if (!state.isCurveDisplay) return []
|
||||
|
||||
// 同样添加边界扩展
|
||||
const padding = 300 // 增加边界扩展,避免快速滚动时出现空白
|
||||
const left = viewport.left - padding
|
||||
|
Loading…
Reference in New Issue
Block a user