fix: delete end node (#4372)

This commit is contained in:
zxhlyh
2024-05-14 15:51:08 +08:00
committed by GitHub
parent 08e4103fa1
commit 6f1633fa75
3 changed files with 64 additions and 32 deletions

View File

@@ -108,7 +108,7 @@ const PanelOperatorPopup = ({
)
}
{
data.type !== BlockEnum.Start && data.type !== BlockEnum.End && !nodesReadOnly && (
data.type !== BlockEnum.Start && !nodesReadOnly && (
<>
<div className='p-1'>
<div