mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
fix(components): [segmented] invisible active indicator after clearing selection (#18818)
fix(components): [segmented] invisible active indicator after clear
This commit is contained in:
parent
ff2211d673
commit
38b691093d
@ -118,6 +118,7 @@ const updateSelect = () => {
|
||||
) as HTMLElement
|
||||
if (!selectedItem || !selectedItemInput) {
|
||||
state.width = 0
|
||||
state.height = 0
|
||||
state.translateX = 0
|
||||
state.translateY = 0
|
||||
state.focusVisible = false
|
||||
|
Loading…
Reference in New Issue
Block a user