diff --git a/tailscalectl/TailscaleWidget.qml b/tailscalectl/TailscaleWidget.qml index 5b648a8..1f0ff07 100644 --- a/tailscalectl/TailscaleWidget.qml +++ b/tailscalectl/TailscaleWidget.qml @@ -304,14 +304,9 @@ PluginComponent { } } - // propagateComposedEvents: true so that right-clicks both trigger our context menu - // *and* bubble to any parent MouseArea (e.g. for shell-level drag handling). - // Documented because the default (false) is far more common and this choice - // frequently surprises future maintainers. MouseArea { anchors.fill: parent acceptedButtons: Qt.RightButton - propagateComposedEvents: true onClicked: { root.toggleTailscale() }