bug fix
This commit is contained in:
parent
a88d2e4ee7
commit
13fd182c60
@ -1784,10 +1784,11 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
|
|
||||||
// reset all proximity contrs stroke to white
|
// reset all proximity contrs stroke to white
|
||||||
// console.log("this.paper_main_object.children['entites_proximites_references'].getItems({name:'contours'})", this.paper_main_object.children['entites_proximites_references'].getItems({name:'contours'}));
|
if (this.paper_main_object.children['entites_proximites_references']) {
|
||||||
this.paper_main_object.children['entites_proximites_references'].getItems({name:'contours'}).forEach((contr) => {
|
this.paper_main_object.children['entites_proximites_references'].getItems({name:'contours'}).forEach((contr) => {
|
||||||
contr.strokeColor = '#fff';
|
contr.strokeColor = '#fff';
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
// lets define some options regarding the map_mode
|
// lets define some options regarding the map_mode
|
||||||
let paper_group_tohit;
|
let paper_group_tohit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user