Skip to content

Commit

Permalink
Fix configChange event firing twice (SAP#2709)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndricimrr authored May 18, 2022
1 parent 3efb7f4 commit f6d69f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/core-api/routing.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ class LuigiRouting {
} else {
window.location.hash = value;
}

LuigiConfig.configChanged();
}
}

Expand Down

0 comments on commit f6d69f1

Please sign in to comment.