Skip to content
Commit a6a4760c authored by David Edmundson's avatar David Edmundson Committed by Vlad Zahorodnii
Browse files

Only guard DND cancel events with the version check

In a recent refactor a guard seemingly in the wrong place on
SeatInterface was moved into AbstractDataSource, as typically that's
where we guard.

However it turns out the original code was correct, we want to send
cancel for all clipboard cancels, but for D&D it's version dependent.

This class introduces a new method to astract that from seat.
parent 0c11cc1d
Pipeline #79841 passed with stage
in 5 minutes and 56 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment