Skip to content

Commit

Permalink
front-end build fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-zhur committed Jul 16, 2024
1 parent eacb6e0 commit 6c2e8a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ else
}

var loop = _loopsMemory!.Value.loops[_loopId!.Value];
var searchProgression = InputParser.Parse(loop.Normalized.DeserializeLoop().GetTitle(loopify: true));
var searchProgression = InputParser.ParseSequence(loop.Normalized.DeserializeLoop().GetTitle(loopify: true));
var found = ProgressionsSearch.Search(_loopsMemory.Value.progression.Once().ToList(), searchProgression);

_loopsCustomAttributes = ProgressionsVisualizer.BuildCustomAttributesForSearch(_loopsMemory.Value.progression, found);
Expand Down

0 comments on commit 6c2e8a9

Please sign in to comment.