add tooltip

This commit is contained in:
gulnaz 2025-05-23 19:36:37 +03:00
parent 9e5916ca6b
commit f740851e17

View file

@ -26,6 +26,7 @@ export class DigitDependentValue extends Behavior {
if (value) {
this.text.setValue(this.getValueDependOn(value));
this.text.setTooltip(this.text.getValue());
}
};
}