mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:48:55 +08:00
Merge pull request #9342 from wibetter/master
fix(amis-editor): 修复容器清空功能icon偶发不显示问题
This commit is contained in:
commit
d598d7a4bf
@ -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