mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
@@ -51,7 +51,7 @@ public class Brackets {
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (offsets == null)
|
||||
if (offsets == null || offsets.get(offsets.size()-1) >= text.length())
|
||||
parse(text);
|
||||
|
||||
// find this bracket
|
||||
|
||||
Reference in New Issue
Block a user