diff --git a/src/frontend/app/folder/folder-action-list/folder-action-list.component.ts b/src/frontend/app/folder/folder-action-list/folder-action-list.component.ts index f4e2c12e79258ad4df8ed789c78873bab7a978dc..4029c4c280e7c32ebbf31427b1811e2785ba7a59 100644 --- a/src/frontend/app/folder/folder-action-list/folder-action-list.component.ts +++ b/src/frontend/app/folder/folder-action-list/folder-action-list.component.ts @@ -73,10 +73,11 @@ export class FolderActionListComponent implements OnInit { this.contextMenuPosition.x = x + 'px'; this.contextMenuPosition.y = y + 'px'; - this.getFreezeBindingValue(this.contextResId); this.contextMenuTitle = row.chrono; this.contextResId = row.resId; this.currentResource = row; + this.getFreezeBindingValue(this.contextResId); + // Opens the menu this.contextMenu.openMenu();