Skip to content
Snippets Groups Projects
Commit d23157cc authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: disallow dialog title text selection

parent 222db3e9
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ import { computed, nextTick, ref, useSlots, watch } from 'vue'
defineOptions({ compatConfig: { MODE: 3 } })
const titleClass = 'tw-text-lg tw-font-semibold tw-m-0'
const titleClass = 'tw-text-lg tw-font-semibold tw-select-none tw-m-0'
const props = withDefaults(
defineProps<{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment