Prevent selecting heading

This commit is contained in:
Nettika 2026-01-29 01:16:43 -08:00
parent b85cb585f9
commit a6a7f5ba17
No known key found for this signature in database

View file

@ -102,6 +102,7 @@ onMounted(() => {
font-size: var(--font-size-xl);
font-weight: var(--font-weight-medium);
color: var(--color-text-primary);
user-select: none;
}
.main-area {