{Trend,}TimelinePanel: use TootList
All checks were successful
/ depoly (push) Successful in 1m16s

This commit is contained in:
thislight 2024-10-29 15:22:25 +08:00
parent f1197d6ba0
commit 73a56357d9
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
8 changed files with 153 additions and 267 deletions

View file

@ -96,6 +96,9 @@ const BottomSheet: ParentComponent<BottomSheetProps> = (props) => {
element.showModal();
const srcElement = hero();
const startRect = srcElement?.getBoundingClientRect();
if (!startRect) {
console.debug("no source element")
}
if (startRect) {
srcElement!.style.visibility = "hidden";
const endRect = element.getBoundingClientRect();