Skip to content

Commit

Permalink
Fix for redirect search not working correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdemooij9 committed Jun 18, 2024
1 parent c46fb42 commit 87eca92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@

vm.selectResult = function (evt, result) {
result.selected = result.selected === true ? false : true;
result.nodeType = vm.section;
nodeSelectHandler({
event: evt,
node: result
Expand Down

0 comments on commit 87eca92

Please sign in to comment.