Skip to content
Snippets Groups Projects
Commit ac295a0c authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #15056 TIME 0:01 fix perimeter outside for folder

parent e6acc6bc
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment