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

Improved QuickFind behavior

This commit is contained in:
Brian Fiete 2022-03-01 06:11:28 -08:00
parent 90d1891cf1
commit b6e2be1e99
7 changed files with 123 additions and 44 deletions

View file

@ -2940,6 +2940,7 @@ namespace Beefy.widgets
case Unknown;
case SelectRight;
case SelectLeft;
case QuickFind;
public bool IsFromTyping => (this == FromTyping) || (this == FromTyping_Deleting);
}