fixes
This commit is contained in:
parent
ab7fd71c61
commit
0b511f4203
|
@ -8095,6 +8095,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
onClick: e => {
|
||||
if (typeof this.props.onClick == "function") this.props.onClick(e, this);
|
||||
},
|
||||
onMouseEnter: e => {
|
||||
if (BDFDB.DOMUtils.getRects(e.currentTarget).width < BDFDB.DOMUtils.getRects(e.currentTarget.firstElementChild).width) {
|
||||
this.scrolling = true;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue