Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apps/roam/src/components/DiscourseNodeMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ const NodeMenu = ({
};
// timeout required to ensure the block is updated
setTimeout(() => void addTagToBlock(), 100);

// Remove focus from the block so user can see tag css immediately
document.body.click();
}
onClose();
},
Expand Down