feat: remove delete button for browser step
This commit is contained in:
@@ -467,24 +467,6 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
|
|||||||
{
|
{
|
||||||
step.type === 'text' && (
|
step.type === 'text' && (
|
||||||
<>
|
<>
|
||||||
{confirmedTextSteps[step.id] && hoverStates[step.id] && (
|
|
||||||
<IconButton
|
|
||||||
onClick={() => handlePairDelete()}
|
|
||||||
sx={{
|
|
||||||
position: 'absolute',
|
|
||||||
top: -15,
|
|
||||||
right: -15,
|
|
||||||
color: 'red',
|
|
||||||
p: 0,
|
|
||||||
zIndex: 1,
|
|
||||||
boxShadow: '5px',
|
|
||||||
backgroundColor: 'white',
|
|
||||||
borderRadius: '50%',
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<DeleteIcon sx={{ fontSize: 40 }} />
|
|
||||||
</IconButton>
|
|
||||||
)}
|
|
||||||
<TextField
|
<TextField
|
||||||
label="Label"
|
label="Label"
|
||||||
value={textLabels[step.id] || step.label || ''}
|
value={textLabels[step.id] || step.label || ''}
|
||||||
|
|||||||
Reference in New Issue
Block a user