stuff
This commit is contained in:
parent
06b84dab0e
commit
bf58dd0e04
|
@ -6497,6 +6497,7 @@
|
|||
forceUpdateCounter() {
|
||||
if (!this.refElement) return;
|
||||
this.props.children = this.getCounterString();
|
||||
if (typeof this.props.onChange == "function") this.props.onChange(this);
|
||||
BDFDB.ReactUtils.forceUpdate(this);
|
||||
}
|
||||
handleSelection() {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue