1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 09:38:01 +02:00

Reset drag selection after AddSelectionToNextFindMatch()

This commit is contained in:
Chernyavsky Andrey 2025-06-11 16:21:16 +05:00
parent a798819709
commit 431776d266

View file

@ -7861,6 +7861,8 @@ namespace IDE.ui
}
ewc.AddSelectionToNextFindMatch(createCursor, exhaustiveSearch);
ewc.mDragSelectionUnion = null;
ewc.mDragSelectionKind = .None;
}
public void MoveLastSelectionToNextFindMatch()