LT-359: Hide handles when Temp measurement tool is not active
This commit is contained in:
parent
dc813d1985
commit
b3b6f91bfe
@ -63,7 +63,8 @@ function configureTools() {
|
|||||||
// Add shadow to length tool
|
// Add shadow to length tool
|
||||||
length.setConfiguration({
|
length.setConfiguration({
|
||||||
...lengthConfig,
|
...lengthConfig,
|
||||||
...shadowConfig
|
...shadowConfig,
|
||||||
|
drawHandlesOnHover: true
|
||||||
});
|
});
|
||||||
|
|
||||||
// Add shadow to length tool
|
// Add shadow to length tool
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user