1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Fixed closing paren detection issue

This commit is contained in:
Brian Fiete 2020-10-21 09:06:19 -07:00
parent 49a4536e1e
commit 2aa2611362

View file

@ -2676,6 +2676,7 @@ namespace IDE.ui
bool IsCurrentPairClosing(int cursorIdx)
{
mData.mTextIdData.Prepare();
int32 closeId = mData.mTextIdData.GetIdAtIndex(cursorIdx);
if (closeId != -1)
{