fix: allow guest recommend swipe

This commit is contained in:
kdletters
2026-05-27 04:25:09 +08:00
parent 36a413167d
commit 46f8a1e613
3 changed files with 43 additions and 2 deletions

View File

@@ -5282,7 +5282,6 @@ export function RpgEntryHomeView({
(event: PointerEvent<HTMLElement>) => {
if (
recommendDragCommitDirection ||
!isAuthenticated ||
!activeRecommendEntry ||
recommendedFeedEntries.length <= 1
) {
@@ -5298,7 +5297,6 @@ export function RpgEntryHomeView({
},
[
activeRecommendEntry,
isAuthenticated,
recommendDragCommitDirection,
recommendedFeedEntries.length,
],