UI: Fix issue where drawing a circle didn't work in map widgets
This commit is contained in:
parent
e9036f8aa8
commit
0f3f9e4653
@ -357,7 +357,7 @@ export default abstract class LeafletMap {
|
||||
this.map.pm.Toolbar.copyDrawControl('Circle', {
|
||||
name: 'tbCircle',
|
||||
afterClick: () => this.selectEntityWithoutLocation('tbCircle'),
|
||||
disabled: true,
|
||||
disabled: false,
|
||||
actions
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user