We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa9e5e commit 48a5638Copy full SHA for 48a5638
src/wayland/hyprland/focus_grab/qml.cpp
@@ -58,7 +58,7 @@ void HyprlandFocusGrab::onProxyConnected() {
58
}
59
60
void HyprlandFocusGrab::tryActivate() {
61
- if (!this->targetActive || this->isActive()) return;
+ if (!this->targetActive || this->grab) return;
62
63
auto* manager = FocusGrabManager::instance();
64
if (!manager->isActive()) {
0 commit comments