Merge pull request #9342 from wibetter/master

fix(amis-editor): 修复容器清空功能icon偶发不显示问题
This commit is contained in:
刘丹 2024-01-08 16:37:57 +08:00 committed by GitHub
commit d598d7a4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ export default class RegionHighlightBox extends React.Component<HighlightBoxProp
'ae-Editor-rhlbox',
isDragEnter ? 'is-dragenter' : '',
!isOnlyChildRegion && isHiglightHover ? 'region-hover' : '',
isHiglight ? 'is-highlight' : '',
isOnlyChildRegion || isHiglight ? 'is-highlight' : '',
dx < 87 && dy < 21 && node.x < 190 ? 'region-label-within' : ''
)}
style={{