1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-08 09:16:00 +02:00

Reset mDragSelectionUnion when !shiftDown

This commit is contained in:
Chernyavsky Andrey 2025-06-11 14:30:20 +05:00
parent 66923e6720
commit a798819709

View file

@ -3193,7 +3193,11 @@ namespace Beefy.widgets
SelectToCursor(); SelectToCursor();
} }
else else
{
CurSelection = null; CurSelection = null;
mDragSelectionUnion = null;
mDragSelectionKind = .None;
}
EnsureCursorVisible(); EnsureCursorVisible();
} }