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:
parent
49a4536e1e
commit
2aa2611362
1 changed files with 1 additions and 0 deletions
|
@ -2676,6 +2676,7 @@ namespace IDE.ui
|
|||
|
||||
bool IsCurrentPairClosing(int cursorIdx)
|
||||
{
|
||||
mData.mTextIdData.Prepare();
|
||||
int32 closeId = mData.mTextIdData.GetIdAtIndex(cursorIdx);
|
||||
if (closeId != -1)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue