Skip to content

Commit a8de985

Browse files
committed
fix(web): make input focusable in the whole component's area
1 parent 456890f commit a8de985

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/web/EnrichedText.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
outline: none;
88
}
99

10+
.tiptap {
11+
flex: 1;
12+
}
13+
14+
.eti-editor {
15+
display: flex;
16+
flex-direction: column;
17+
}
18+
1019
.et-view {
1120
white-space: pre-wrap;
1221
overflow-wrap: anywhere;

0 commit comments

Comments
 (0)