mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(core): cannot select text in electron (#11486)
This commit is contained in:
@@ -46,6 +46,7 @@ export class ChatPanel extends SignalWatcher(
|
||||
static override styles = css`
|
||||
chat-panel {
|
||||
width: 100%;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.chat-panel-container {
|
||||
|
||||
Reference in New Issue
Block a user