mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 15:31:12 -05:00
Fix: App not loading
This commit is contained in:
@@ -422,7 +422,10 @@ export const ModerationQueue = forwardRef<ModerationQueueRef>((props, ref) => {
|
|||||||
});
|
});
|
||||||
setSubmissionMemo(newMemoMap);
|
setSubmissionMemo(newMemoMap);
|
||||||
|
|
||||||
// CRM-style frozen queue logic
|
// CRM-style frozen queue logic using refs
|
||||||
|
const currentRefreshStrategy = refreshStrategyRef.current;
|
||||||
|
const currentPreserveInteraction = preserveInteractionRef.current;
|
||||||
|
|
||||||
if (silent) {
|
if (silent) {
|
||||||
// Background polling: ONLY detect NEW submissions, never update existing ones
|
// Background polling: ONLY detect NEW submissions, never update existing ones
|
||||||
const currentLoadedIds = loadedIdsRef.current;
|
const currentLoadedIds = loadedIdsRef.current;
|
||||||
|
|||||||
Reference in New Issue
Block a user