From 9d5c768a3f189f155f1c382382bdc8f9cc493c69 Mon Sep 17 00:00:00 2001 From: Angelo Verlain Date: Thu, 26 Oct 2023 02:38:35 +0200 Subject: [PATCH] fix top result propagation phase --- src/components/search/topresultcard.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/search/topresultcard.ts b/src/components/search/topresultcard.ts index 3d54740d..2e971132 100644 --- a/src/components/search/topresultcard.ts +++ b/src/components/search/topresultcard.ts @@ -96,9 +96,7 @@ export class TopResultCard extends Adw.Bin { } }); - const click = new Gtk.GestureClick({ - propagation_phase: Gtk.PropagationPhase.NONE, - }); + const click = new Gtk.GestureClick(); click.connect("pressed", (click) => { click.set_state(Gtk.EventSequenceState.CLAIMED);