mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-19 13:07:52 +00:00
bug fixed
This commit is contained in:
parent
cfa5d02406
commit
d398bd9bd5
@ -50,7 +50,7 @@ export class DraggableSelectionComponent implements OnInit, OnDestroy {
|
||||
ngOnInit() {
|
||||
const svg = select(this.svg);
|
||||
|
||||
this.mapSettingsService.isMapLocked.subscribe((value) => {
|
||||
this.mapSettingsSubscription = this.mapSettingsService.isMapLocked.subscribe((value) => {
|
||||
this.isMapLocked = value;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user