add tooltip
This commit is contained in:
parent
9e5916ca6b
commit
f740851e17
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ export class DigitDependentValue extends Behavior {
|
|||
|
||||
if (value) {
|
||||
this.text.setValue(this.getValueDependOn(value));
|
||||
this.text.setTooltip(this.text.getValue());
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue