Skip to content

Commit

Permalink
fix top result propagation phase
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Oct 26, 2023
1 parent 036b30a commit 9d5c768
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/search/topresultcard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9d5c768

Please sign in to comment.