Skip to content

Commit a1372d1

Browse files
committed
Prevent clicks on highlighted areas during tour
1 parent b163b22 commit a1372d1

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

services/backend-api/client/src/components/PreviewerTour/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ const TourTooltip: React.FC<TourTooltipProps> = ({
289289
width: targetRect.width + 16,
290290
height: targetRect.height + 16,
291291
zIndex: 9999,
292-
pointerEvents: "none",
293292
}}
294293
>
295294
<Box

services/backend-api/client/src/mocks/data/userFeeds.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const sampleFilters = {
2121
op: "EQ",
2222
left: {
2323
type: "ARTICLE",
24-
value: "title",
24+
value: "processed::categories",
2525
},
2626
right: {
2727
type: "STRING",

0 commit comments

Comments
 (0)