Fixes up macros and file trees

This commit is contained in:
Shannon
2018-05-01 00:35:49 +10:00
parent 6db5ebf6f9
commit 0a5db8f97b
7 changed files with 78 additions and 166 deletions

View File

@@ -17,8 +17,6 @@ namespace Umbraco.Web.Trees
protected override string FileIcon => "icon-script";
protected override bool EnableCreateOnFolder => true;
protected override void OnRenderFolderNode(ref TreeNode treeNode)
{
//TODO: This isn't the best way to ensure a noop process for clicking a node but it works for now.