mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 01:36:30 +02:00
feat: add select-none class to InboxSidebar and ChatShareButton for improved text selection behavior
This commit is contained in:
parent
87e4859a39
commit
fe2b739fc4
2 changed files with 2 additions and 2 deletions
|
|
@ -181,7 +181,7 @@ export function ChatShareButton({ thread, onVisibilityChange, className }: ChatS
|
|||
sideOffset={8}
|
||||
onCloseAutoFocus={(e) => e.preventDefault()}
|
||||
>
|
||||
<div className="p-1.5 space-y-1">
|
||||
<div className="p-1.5 space-y-1 select-none">
|
||||
{/* Visibility Options */}
|
||||
{visibilityOptions.map((option) => {
|
||||
const isSelected = currentVisibility === option.value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue