You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{/* Text selection popover for adding text to context */}
3928
-
<TextSelectionPopover
3929
-
onAddToContext={addTextContext}
3930
-
onQuickComment={handleQuickComment}
3931
-
onFocusInput={handleFocusInput}
3932
-
/>
3927
+
{/* Text selection popover for adding text to context - only render for active tab to prevent portaled popovers from inactive tabs capturing clicks */}
0 commit comments