mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
DeleteChar mJustInsertedCharPair fix
This commit is contained in:
parent
ed6959973a
commit
3f6d4d1199
1 changed files with 1 additions and 0 deletions
|
@ -1569,6 +1569,7 @@ namespace Beefy.widgets
|
|||
|
||||
public virtual void DeleteChar()
|
||||
{
|
||||
mJustInsertedCharPair = false;
|
||||
if (HasSelection())
|
||||
{
|
||||
DeleteSelection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue