![Georges Basile Stavracas Neto](/assets/img/avatar_default.png)
ClutterClickAction, like other actions, can potentially be disabled at any time (that is not during painting). When that happens with ClutterClickAction, it must release all timeouts and disconnect from the stage's 'capture-event'. Override ClutterActorMeta.set_enabled and release the click action when the action is being disabled. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1188