mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 08:41:17 +00:00
Fixed: Cannot properly cancel script searching
This commit is contained in:
@@ -1118,7 +1118,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<ABC
|
||||
List<MultinameUsage> usages = abc.findMultinameDefinition(multinameIndex);
|
||||
|
||||
Multiname m = abc.constants.getMultiname(multinameIndex);
|
||||
if (m == null){
|
||||
if (m == null) {
|
||||
return false;
|
||||
}
|
||||
//search other ABC tags if this is not private multiname
|
||||
|
||||
Reference in New Issue
Block a user