mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-19 13:07:52 +00:00
Merge pull request #439 from GNS3/preferences-error
Error after clicking "Go to preferences" on map; latest gns3server 2.2 #436
This commit is contained in:
commit
f1f2b5b40d
@ -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