Skip to content

Commit faf1854

Browse files
committed
visual(pages): make list lines non-interactive
1 parent 9af6f2b commit faf1854

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/client/src/components/TextEditor.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ defineProps<Props>();
182182
border-left: 1px solid rgba(255, 255, 255, 0.15);
183183
184184
overflow: hidden;
185+
186+
pointer-events: none;
185187
}
186188
187189
// Inline code

0 commit comments

Comments
 (0)