download fetch baseurl & node select dnd (#3820)

This commit is contained in:
heheer
2025-02-18 20:25:15 +08:00
committed by GitHub
parent e7b8934367
commit 8ba2339890
2 changed files with 3 additions and 3 deletions

View File

@@ -148,13 +148,12 @@ const OptionItem = ({
mb={4}
ref={provided.innerRef}
{...provided.draggableProps}
{...provided.dragHandleProps}
style={{
...provided.draggableProps.style,
opacity: snapshot.isDragging ? 0.8 : 1
}}
>
<HStack spacing={1}>
<HStack spacing={1} {...provided.dragHandleProps}>
<MyTooltip label={t('common:common.Delete')}>
<MyIcon
mt={0.5}