mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 11:20:07 +08:00
style: Add .selectable class to Container for improved text selection handling
This commit is contained in:
parent
8e6c0eb968
commit
588e6c1b5a
@ -171,6 +171,7 @@ input,
|
||||
textarea,
|
||||
[contenteditable='true'],
|
||||
.markdown,
|
||||
#messages,
|
||||
.selectable,
|
||||
pre,
|
||||
code {
|
||||
|
||||
@ -119,7 +119,7 @@ const ProvidersList: FC = () => {
|
||||
})
|
||||
|
||||
return (
|
||||
<Container>
|
||||
<Container className="selectable">
|
||||
<ProviderListContainer>
|
||||
<AddButtonWrapper>
|
||||
<Input
|
||||
|
||||
Loading…
Reference in New Issue
Block a user