fix(amis-editor): 修复容器清空功能icon偶发不显示问题

This commit is contained in:
wibetter 2024-01-05 17:29:19 +08:00
parent 1e3ab37e69
commit b7fd39d314

View File

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