Skip to content

Commit

Permalink
Fix skip link for Document Handler (#1565)
Browse files Browse the repository at this point in the history
sweco-semtsg authored Nov 26, 2024
1 parent 1b34508 commit e7b9582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/src/plugins/DocumentHandler/DocumentHandler.js
Original file line number Diff line number Diff line change
@@ -158,7 +158,7 @@ class DocumentHandler extends React.PureComponent {
addDrawerToggleButton = () => {
const { app, options } = this.props;
app.globalObserver.publish("core.addSrShortcuts", [
{ title: "Till huvudmeny för webbplatsen", link: "#panelmenu" },
{ title: "Till huvudmeny för webbplatsen", link: "#documenthandler" },
]);
app.globalObserver.publish("core.addDrawerToggleButton", {
value: "documenthandler",

0 comments on commit e7b9582

Please sign in to comment.