Skip to content

Commit

Permalink
Fix a focus issue with book cards (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende authored Aug 10, 2024
1 parent 98e034d commit dc8c7d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/ui/book_card.blp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ using Gtk 4.0;
using Adw 1;

template $BookCard: FlowBoxChild {
focusable: false;

Adw.Clamp {
maximum-size: 250;
Overlay {
Expand Down

0 comments on commit dc8c7d5

Please sign in to comment.