mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 19:47:56 +08:00
fix(amis-editor): 修复容器清空功能icon偶发不显示问题
This commit is contained in:
parent
1e3ab37e69
commit
b7fd39d314
@ -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={{
|
||||
|
Loading…
Reference in New Issue
Block a user