Skip to content

Commit 709c3af

Browse files
authored
done (#695)
1 parent 1a580cd commit 709c3af

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ yarn-error.log*
3737

3838
# Local development files
3939
local/*
40+
.cursor/debug.log

apps/roam/src/components/DiscourseNodeSearchMenu.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ const NodeSearchMenu = ({
443443
onClick={(e) => {
444444
e.stopPropagation();
445445
handleSelectOnly(item);
446+
setIsFilterMenuVisible(false);
446447
}}
447448
onMouseDown={(e) => e.preventDefault()}
448449
>

0 commit comments

Comments
 (0)