mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-24 15:16:38 +00:00
bugfix
This commit is contained in:
parent
e905a91fd1
commit
2c1d85f7b9
@ -16,13 +16,13 @@ export class ProjectMapMenuComponent implements OnInit, OnDestroy {
|
||||
@Input() server: Server;
|
||||
|
||||
public selectedDrawing: string;
|
||||
protected drawTools = {
|
||||
public drawTools = {
|
||||
isRectangleChosen: false,
|
||||
isEllipseChosen: false,
|
||||
isLineChosen: false,
|
||||
isTextChosen: false
|
||||
};
|
||||
protected isLocked: boolean = false;
|
||||
public isLocked: boolean = false;
|
||||
|
||||
constructor(
|
||||
private toolsService: ToolsService,
|
||||
|
Loading…
Reference in New Issue
Block a user