Fix the 'jump to last unread message' button
This commit is contained in:
@@ -364,6 +364,12 @@ Kirigami.ScrollablePage {
|
|||||||
|
|
||||||
background: Item {}
|
background: Item {}
|
||||||
|
|
||||||
|
function goToEvent(eventID) {
|
||||||
|
var index = messageEventModel.eventIDToIndex(eventID)
|
||||||
|
if (index === -1) return
|
||||||
|
messageListView.positionViewAtIndex(sortedMessageEventModel.mapFromSource(messageEventModel.index(index, 0)).row, ListView.Contain)
|
||||||
|
}
|
||||||
|
|
||||||
function openMessageContext(author, message, eventId, toolTip, model) {
|
function openMessageContext(author, message, eventId, toolTip, model) {
|
||||||
const contextMenu = messageDelegateContextMenu.createObject(page, {
|
const contextMenu = messageDelegateContextMenu.createObject(page, {
|
||||||
'author': author,
|
'author': author,
|
||||||
|
|||||||
Reference in New Issue
Block a user