* fix link with data-app not work in tree content view.
This commit is contained in:
@@ -155,7 +155,10 @@ $(function()
|
||||
stopPropagation(e);
|
||||
});
|
||||
|
||||
$itemContent.on('click', stopPropagation);
|
||||
$itemContent.on('click', function(event)
|
||||
{
|
||||
if(!$(event.target).closest('a[data-app]').length) event.stopPropagation();
|
||||
});
|
||||
$taskTree.on('click', stopPropagation);
|
||||
$(window).on('resize scroll', adjustSidePosition);
|
||||
|
||||
|
||||
+7
-7
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user