open attachment by double click

This commit is contained in:
zadam
2023-04-11 18:05:57 +02:00
parent 54c0268593
commit 9e71c44c76
2 changed files with 37 additions and 17 deletions

View File

@@ -116,10 +116,6 @@ export default class AttachmentDetailWidget extends BasicWidget {
}
}
openAttachmentDetailCommand() {
}
async entitiesReloadedEvent({loadResults}) {
const attachmentChange = loadResults.getAttachments().find(att => att.attachmentId === this.attachment.attachmentId);