fix(core): cannot select text in electron (#11486)

This commit is contained in:
yoyoyohamapi
2025-04-07 03:19:34 +00:00
parent 8a13eca271
commit da580076b0

View File

@@ -46,6 +46,7 @@ export class ChatPanel extends SignalWatcher(
static override styles = css`
chat-panel {
width: 100%;
user-select: text;
}
.chat-panel-container {