From a1fd73cdb0bc74f65ea8aa47e10be1caaec954ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Knippers?= Date: Thu, 2 Nov 2017 16:01:24 +0000 Subject: [PATCH] Feature Request: Double Click Content Node to Expand Doube-clicking a tree item now expands or collapses a node. It basically does the exact same as clicking the triangle left of the node. (cherry picked from commit bd2a794b5972d4223d2e92710b6ce043b5ce42a3) --- .../common/directives/components/tree/umbtreeitem.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/tree/umbtreeitem.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/tree/umbtreeitem.directive.js index b32942791c..c502a55afe 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/tree/umbtreeitem.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/tree/umbtreeitem.directive.js @@ -36,7 +36,7 @@ angular.module("umbraco.directives") // this will greatly improve performance since there's potentially a lot of nodes being rendered = a LOT of watches! template: '
  • ' + - '
    ' + + '
    ' + //NOTE: This ins element is used to display the search icon if the node is a container/listview and the tree is currently in dialog //'' + ' ' +