This commit is contained in:
Mirco Wittrien 2020-05-22 20:33:04 +02:00
parent 06b84dab0e
commit bf58dd0e04
2 changed files with 2 additions and 1 deletions

View File

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