diff --git a/src/app/mainview/components/ChatView.qml b/src/app/mainview/components/ChatView.qml index 717344dd9dfdc8028e0213e4313fc12352633d46..a07809c1a45dc601acef3b3352f0e04b302613e9 100644 --- a/src/app/mainview/components/ChatView.qml +++ b/src/app/mainview/components/ChatView.qml @@ -27,6 +27,14 @@ import "../js/pluginhandlerpickercreation.js" as PluginHandlerPickerCreation Rectangle { id: root + // HACK: Added to capture the mouse when the layouts start stacking. + // The header and footer we're unable to be interacted with otherwise. + MouseArea { + anchors.fill: parent + propagateComposedEvents: false + enabled: viewCoordinator.isInSinglePaneMode + } + // An enum to make the details panels more readable. enum ExtrasPanel { SwarmDetailsPanel,