1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-06 16:25:59 +02:00

Merge remote-tracking branch 'upstream/master' into HighlightMatchingParens

This commit is contained in:
blat-blatnik 2022-01-11 22:48:27 +01:00
commit 41159bdb38

View file

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