must have missed this when porting to UEXML

This commit is contained in:
Michael Becker 2019-11-10 09:28:42 -05:00
parent 9c500dba58
commit 68afe04e1e
No known key found for this signature in database
GPG Key ID: 389DFF5D73781A12

View File

@ -43,6 +43,7 @@ namespace UniversalEditor.Editors.FileSystem
this.tv.SelectionMode = SelectionMode.Multiple;
this.tv.Model = this.tmTreeView;
Context.AttachCommandEventHandler("FileSystemContextMenu_Add_ExistingItem", FileAddExistingItem_Click);
Context.AttachCommandEventHandler("FileSystemContextMenu_Add_ExistingFolder", FileAddExistingFolder_Click);
Context.AttachCommandEventHandler("FileSystemContextMenu_Add_FilesFromFolder", FileAddItemsFromFolder_Click);
Context.AttachCommandEventHandler("FileSystemContextMenu_New_Folder", FileNewFolder_Click);