fix: event

v3.2
shaohuzhang1 2025-01-20 20:43:49 +08:00
parent b758c9ef91
commit 9e5352b8d7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import bus from '@/bus'
import { ref, nextTick, onMounted } from 'vue'
import { t } from '@/locales'
const isOpen = ref<boolean>(false)
const eventVal = ref()
const eventVal = ref<any>({})
function getSelection() {
const selection = window.getSelection()
if (selection && selection.anchorNode == null) {