fix: stop showing errored widget labels permanently and show them only on hover or when selected (#14064)
This commit is contained in:
parent
7c9135f945
commit
9cb8524acd
|
|
@ -140,8 +140,7 @@ export function WidgetNameComponent(props: WidgetNameComponentProps) {
|
|||
: props.showControls ||
|
||||
((focusedWidget === props.widgetId || showAsSelected) &&
|
||||
!isDragging &&
|
||||
!isResizing) ||
|
||||
(!!props.errorCount && !shouldHideErrors))
|
||||
!isResizing))
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user