[Info Bubble] Add info gestures

Add info gestures to labels and grid items, WTD-884.
This commit is contained in:
Victor Woeltjen 2015-05-22 12:51:42 -07:00
parent ab6a5afe93
commit eafaa04c06
2 changed files with 3 additions and 2 deletions

View File

@ -57,7 +57,8 @@
{
"key": "grid-item",
"templateUrl": "templates/items/grid-item.html",
"uses": [ "type", "action" ]
"uses": [ "type", "action" ],
"gestures": [ "info", "menu" ]
},
{
"key": "object-header",

View File

@ -177,7 +177,7 @@
"key": "label",
"templateUrl": "templates/label.html",
"uses": [ "type" ],
"gestures": [ "drag", "menu" ]
"gestures": [ "drag", "menu", "info" ]
},
{
"key": "node",