text cursor for selectable

This commit is contained in:
Timi
2026-04-02 16:54:13 +08:00
parent dfbd357422
commit ff50a7d7a9

View File

@@ -185,6 +185,7 @@ textarea {
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
cursor: text;
}
.ir-default,