Skip to content

Commit

Permalink
feat: lock 文件提交
Browse files Browse the repository at this point in the history
  • Loading branch information
522109452 committed Dec 5, 2024
1 parent f33e4e9 commit 59fa40d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
30 changes: 16 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/utils/get-rect-by-taro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const getRectByTaro = async (element: any): Promise<Rect> => {
return new Promise((resolve, reject) => {
if (lru.has(element)) {
resolve(lru.get(element) as Rect)
return
}
createSelectorQuery()
.select(`#${element.uid}`)
Expand Down

0 comments on commit 59fa40d

Please sign in to comment.