quotient-im / Quaternion

A Qt-based IM client for Matrix
https://matrix.org/ecosystem/clients/quaternion/
GNU General Public License v3.0
637 stars 108 forks source link

TimelineTextEditSelector: fix selection extension #852

Closed rpallai closed 1 year ago

rpallai commented 1 year ago

Extension of current selection by shift+click was broken due to this method wasn't brought to the right class when TimelineWidget was factored out of ChatRoomWidget.

Error message: qrc:/qml/TimelineTextEditSelector.qml:23: TypeError: Property 'getModifierKeys' of object TimelineWidget(0x24026c0) is not a function