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:
parent
90d1891cf1
commit
b6e2be1e99
7 changed files with 123 additions and 44 deletions
|
@ -2940,6 +2940,7 @@ namespace Beefy.widgets
|
|||
case Unknown;
|
||||
case SelectRight;
|
||||
case SelectLeft;
|
||||
case QuickFind;
|
||||
|
||||
public bool IsFromTyping => (this == FromTyping) || (this == FromTyping_Deleting);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue