fix: set the correct activce classname for stickyScrollBar (#6169)
parent
c8b7848f99
commit
034f71c005
|
@ -230,7 +230,7 @@ export default defineComponent<StickyScrollBarProps>({
|
|||
onMousedown={onMouseDown}
|
||||
ref={scrollBarRef}
|
||||
class={classNames(`${prefixCls}-sticky-scroll-bar`, {
|
||||
[`${prefixCls}-sticky-scroll-bar-active`]: isActive,
|
||||
[`${prefixCls}-sticky-scroll-bar-active`]: isActive.value,
|
||||
})}
|
||||
style={{
|
||||
width: `${scrollBarWidth.value}px`,
|
||||
|
|
Loading…
Reference in New Issue