diff --git a/resources/qml/Completer.qml b/resources/qml/Completer.qml index bbfa7b94..333fb11d 100644 --- a/resources/qml/Completer.qml +++ b/resources/qml/Completer.qml @@ -82,11 +82,6 @@ Popup { onAboutToShow: currentIndex = -1 height: listView.contentHeight + 2 // + 2 for the padding on top and bottom - Connections { - onRoomChanged: completer = null - target: timelineView - } - ListView { id: listView