mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Clicking on message status icon opens detail view
Additionally, hovering over it will apply cursor: pointer. Previously only the timestamp exhibited this behavior. // FREEBIE
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
this.timeStampView = new Whisper.ExtendedTimestampView();
|
||||
},
|
||||
events: {
|
||||
'click .timestamp': 'select',
|
||||
'click .meta': 'select',
|
||||
'click .error': 'select'
|
||||
},
|
||||
select: function(e) {
|
||||
|
||||
Reference in New Issue
Block a user