我有一个网页,其中包含一长串物品。主体具有css样式get_refs
。当身体处于动量滚动状态时,如果我叫commit_id = repo.get_refs()[b"refs/heads/develop"]
,它看起来好像是有线的。看起来身体滚动到位置1000,然后继续其动量滚动。
我不知道如何在呼叫 tree_path = porcelain.path_to_tree_path(REPO_ROOT, os.path.join(REPO_ROOT, FILENAME))
_, object_sha = tree_lookup_path(repo.get_object, repo[commit_id].tree, tree_path)
file_object = repo[object_sha].data
时防止动量滚动。
谢谢。