1
0
Fork 0
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:
Brian Fiete 2022-01-11 15:57:07 -05:00
parent ed6959973a
commit 3f6d4d1199

View file

@ -1569,6 +1569,7 @@ namespace Beefy.widgets
public virtual void DeleteChar()
{
mJustInsertedCharPair = false;
if (HasSelection())
{
DeleteSelection();