Skip to content

Commit

Permalink
fix #1268
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed May 11, 2024
1 parent 7a9fcf9 commit bdbe060
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Layouts/ItemRow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,10 @@ public class Layouts.ItemRow : Layouts.ItemBase {
labels_summary.check_revealer ();
}

build_drag_and_drop ();
if (drag_enabled) {
build_drag_and_drop ();
}

select_checkbutton.active = false;
}
});
Expand Down

0 comments on commit bdbe060

Please sign in to comment.