* [bug#65873,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-09-28 13:15:06 +08:00
committed by 朱金勇
parent 02d4a122fe
commit 3b3eca40d7
+1 -1
View File
@@ -36,7 +36,7 @@ window.getDocActions = function(doc, deliverable)
}
else
{
actions[0] = {icon: 'eye', key: 'view', url};
actions[0] = {icon: 'eye', key: 'view', url, target: '_blank'};
if(doc.editable) actions[1] = {icon: 'edit', key: 'rename'};
actions[2] = {icon: 'trash', key: 'delete'};
}