mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 08:28:03 +08:00
mrege
This commit is contained in:
@ -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}
|
||||
|
||||
@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user