Show cursor in response view

This commit is contained in:
Gregory Schier
2025-10-28 07:03:19 -07:00
parent 618a544dbd
commit f3814b7d2b

View File

@@ -205,18 +205,8 @@
@apply bg-transparent;
}
.cm-wrapper:not(.cm-readonly) .cm-editor {
&.cm-focused .cm-activeLineGutter {
@apply text-text-subtle;
}
}
/* Cursor and mouse cursor for readonly mode */
.cm-wrapper.cm-readonly {
.cm-editor .cm-cursor {
@apply hidden !important;
}
&.cm-singleline * {
@apply cursor-default;
}