1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

Update EditWidget.bf

This commit is contained in:
Braedon Lewis 2023-08-28 14:26:00 -04:00
parent da23ba4aa7
commit 102d8955f1

View file

@ -847,6 +847,7 @@ namespace Beefy.widgets
{
mSelection = null;
MoveCursorToCoord(x, y);
ClampCursor();
}
mDragSelectionKind = .None;
}