parent
3dd4f18cc4
commit
99bf32bf91
|
@ -95,6 +95,12 @@ RowLayout {
|
|||
textFormat: Text.RichText
|
||||
|
||||
onLinkActivated: Qt.openUrlExternally(link)
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.NoButton
|
||||
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
|
||||
}
|
||||
}
|
||||
|
||||
Loader {
|
||||
|
|
|
@ -10,7 +10,7 @@ RoomPanelForm {
|
|||
{
|
||||
var lastScrollPosition = sortedMessageEventModel.mapFromSource(currentRoom.savedTopVisibleIndex())
|
||||
if (lastScrollPosition === 0)
|
||||
messageListView.positionViewAtBeginning()
|
||||
messageListView.positionViewAtEnd()
|
||||
else
|
||||
{
|
||||
console.log("Scrolling to position", lastScrollPosition)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit fa6bf46d76a69b8f1b03145a5e3d643d541ce353
|
||||
Subproject commit 98c416813177f7141079101da978fe1222574b5c
|
Loading…
Reference in New Issue