|
@@ -38,6 +38,9 @@ class CarotidIMT extends MeasureItem<CarotidIMTFeature> {
|
|
|
if (args.pointType == PointInfoType.mouseDown) {
|
|
|
doCalculate();
|
|
|
|
|
|
+ feature!.isActive = false;
|
|
|
+ state = ItemStates.finished;
|
|
|
+
|
|
|
///TODO 能否可以不加 delay,直接执行(此处是为了 cal 内 ref.feature!.lowerPoints = lowerPoints; 能够执行完成)
|
|
|
Future.delayed(const Duration(milliseconds: 500), () {
|
|
|
doFeatureFinish();
|