mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 06:44:10 +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()
|
public virtual void DeleteChar()
|
||||||
{
|
{
|
||||||
|
mJustInsertedCharPair = false;
|
||||||
if (HasSelection())
|
if (HasSelection())
|
||||||
{
|
{
|
||||||
DeleteSelection();
|
DeleteSelection();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue