Skip to content

Commit

Permalink
fix: allow moving view while having a selection,
Browse files Browse the repository at this point in the history
by proceeding with event propgation
  • Loading branch information
flxzt committed Oct 20, 2024
1 parent 311ad4a commit d7f693d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rnote-engine/src/pens/selector/penevents.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ impl Selector {

EventResult {
handled: true,
propagate: EventPropagation::Stop,
propagate: EventPropagation::Proceed,
progress: PenProgress::InProgress,
}
}
Expand Down

0 comments on commit d7f693d

Please sign in to comment.