mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
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:
@@ -95,6 +95,7 @@ vi.mock('../lib/snow', () => ({
|
||||
}));
|
||||
|
||||
vi.mock('../lib/utils/preload-utils', () => ({
|
||||
preloadReplyModal: vi.fn(),
|
||||
preloadThemeAssets: vi.fn(),
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user