|
@@ -334,9 +334,13 @@ var enter = ({
|
|
|
hide: () => {
|
|
|
Potree.Utils.updateVisible(measure, "inListByUser", false);
|
|
|
},
|
|
|
- highlight: (isHight) => {
|
|
|
+ /* highlight: (isHight) => {
|
|
|
measure.setSelected(isHight, "byList");
|
|
|
+ }, */
|
|
|
+ selected: (state) => {
|
|
|
+ measure.setSelected(state, "byList");
|
|
|
},
|
|
|
+
|
|
|
};
|
|
|
};
|
|
|
|