This commit is contained in:
Mirco Wittrien 2020-01-07 14:31:05 +01:00
parent ab7fd71c61
commit 0b511f4203
2 changed files with 4 additions and 1 deletions

View File

@ -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