fix(post): align op permalinks to the outer thread container (#1050)

* fix(post): align op permalinks to the outer thread container

* perf(scroll-to-reply): stop interval when max attempts/duration reached
This commit is contained in:
Tommaso Casaburi
2026-03-10 18:08:20 +08:00
committed by GitHub
parent 4cb5c4a833
commit 6ed3708322
13 changed files with 382 additions and 151 deletions
+1
View File
@@ -95,6 +95,7 @@ vi.mock('../lib/snow', () => ({
}));
vi.mock('../lib/utils/preload-utils', () => ({
preloadReplyModal: vi.fn(),
preloadThemeAssets: vi.fn(),
}));