This commit is contained in:
Joel
2026-03-09 10:14:23 +08:00
1301 changed files with 30844 additions and 12184 deletions

View File

@ -71,7 +71,7 @@ const LinkEditorComponent = ({
className={cn(
'nodrag nopan z-10 inline-flex w-max items-center rounded-md border-[0.5px] border-components-actionbar-border bg-components-actionbar-bg',
!linkOperatorShow && 'p-1 shadow-md',
linkOperatorShow && 'system-xs-medium p-0.5 text-text-tertiary shadow-sm',
linkOperatorShow && 'p-0.5 text-text-tertiary shadow-sm system-xs-medium',
)}
style={floatingStyles}
ref={refs.setFloating}

View File

@ -15,7 +15,7 @@ import {
useEffect,
} from 'react'
import { useTranslation } from 'react-i18next'
import { useToastContext } from '@/app/components/base/toast'
import { useToastContext } from '@/app/components/base/toast/context'
import { useNoteEditorStore } from '../../store'
import { urlRegExp } from '../../utils'