1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-05 07:45:59 +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; mSelection = null;
MoveCursorToCoord(x, y); MoveCursorToCoord(x, y);
ClampCursor();
} }
mDragSelectionKind = .None; mDragSelectionKind = .None;
} }