Fix cursorShape not updating for messages
Should fix #166 (closed). In my tests, this hasn't broken any existing functionality, but review and further testing from those more familiar with the codebase would be greatly appreciated!
This fix moves the MouseArea
that is used to display message information when right clicking or long pressing on it, into the innerObject
which contains the TextDelegate
for the message itself and the ReactionDelegate
for displaying reactions (I think