This commit is contained in:
Mirek Fidler 2024-09-29 21:00:19 +02:00
commit a86d2b8980

View file

@ -372,7 +372,7 @@ void Ide::MacroInput(EscEscape& e)
else {
EscValue out;
for(int i = 0; i < tags.GetCount(); i++)
out.MapSet(i, (WString)~editors[i]);
out.ArrayAdd((WString)~editors[i]);
e = out;
}
}