This commit is contained in:
Yuri Kuznetsov
2023-08-02 10:50:46 +03:00
parent 902b5887fc
commit fe83a35c0c

View File

@@ -50,7 +50,7 @@ class UpdateNoteStreamView extends NoteStreamView {
}
setup() {
this.addActionHandler('expandDetails', /** MouseEvent */(e, target) => this.toggleDetails(e, target));
this.addActionHandler('expandDetails', (e, target) => this.toggleDetails(e, target));
this.createMessage();